cache fixes

This commit is contained in:
Anton Lavrenov
2020-08-08 09:24:31 -05:00
parent 70b5175681
commit 55107920bd
4 changed files with 143 additions and 1323 deletions

View File

@@ -1301,7 +1301,7 @@ export abstract class Node<Config extends NodeConfig = NodeConfig> {
// there's no need to build a family tree. just execute
// func with this because it will be the only node
if (top && top._id === this._id) {
func(this);
// func(this);
return;
}