mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
cache fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user