mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 14:10:14 -05:00
parent
cd366982d6
commit
1563f69ce9
1 changed files with 4 additions and 0 deletions
|
@ -139,5 +139,9 @@ var Layer = Group.extend(/** @lends Layer# */{
|
|||
return !this._parent
|
||||
? this._project.insertChild(index, item, _preserve)
|
||||
: _insertSibling.base.call(this, index, item, _preserve);
|
||||
},
|
||||
|
||||
_hitTestSelf: function() {
|
||||
return null;
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue