Lib.js icon indicating copy to clipboard operation
Lib.js copied to clipboard

[]Lib.detached breaks every LibObject._detachIndex after "attaching" at least one LibObject

Open juanvallejo opened this issue 7 years ago • 0 comments

Calling splice on []Lib.detached here changes the size of the array, and index positions of every one of its stored objects after the item that was spliced, potentially causing subsequent objects with the "wrong" index to "attach".

juanvallejo avatar Sep 01 '16 13:09 juanvallejo