fix this logic error

This commit is contained in:
ineed bots 2025-01-23 23:45:36 -06:00
parent fa43b34dd5
commit 230d89edf5

View File

@ -98,9 +98,6 @@ removeChildFixed( element )
}
self.children = temp;
element.index = undefined;
element.parent = undefined;
}
destroyElemFixed()