Merge branch 'master' of github.com:konvajs/konva

This commit is contained in:
Anton Lavrenov 2018-08-01 18:35:42 +07:00
commit 41576cfa81

View File

@ -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);