mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
Merge branch 'master' of github.com:konvajs/konva
This commit is contained in:
commit
41576cfa81
@ -1052,7 +1052,7 @@
|
|||||||
// func with this because it will be the only node
|
// func with this because it will be the only node
|
||||||
if (top && top._id === this._id) {
|
if (top && top._id === this._id) {
|
||||||
func(this);
|
func(this);
|
||||||
return true;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
family.unshift(this);
|
family.unshift(this);
|
||||||
|
Loading…
Reference in New Issue
Block a user