mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
parent
f45fa853e7
commit
76426c4cb3
1 changed files with 1 additions and 1 deletions
|
@ -1381,7 +1381,7 @@ var Item = Base.extend(Callback, /** @lends Item# */{
|
|||
{ name: Base.hyphenate(part), point: pt });
|
||||
}
|
||||
|
||||
if (this._locked)
|
||||
if (this._locked || !this._visible)
|
||||
return null;
|
||||
|
||||
point = Point.read(arguments);
|
||||
|
|
Loading…
Reference in a new issue