There was an error while loading. Please reload this page.
1 parent 0c11488 commit 885d752Copy full SHA for 885d752
1 file changed
src/item/Layer.js
@@ -93,7 +93,7 @@ var Layer = this.Layer = Group.extend(/** @lends Layer# */{
93
},
94
95
isInserted: function() {
96
- return this._index != null;
+ return this._parent ? this.base() : this._index != null;
97
98
99
/**
0 commit comments