mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
parent
e0b3361f01
commit
7233c82084
1 changed files with 1 additions and 1 deletions
|
@ -1023,7 +1023,7 @@ var Item = Base.extend(Callback, /** @lends Item# */{
|
|||
// the cache for this child's children is not valid anymore,
|
||||
// that propagates up the DOM tree.
|
||||
if (child !== item && child._boundsCache)
|
||||
child._clearBoundsCache();
|
||||
Item._clearBoundsCache(child);
|
||||
}
|
||||
item._boundsCache = undefined;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue