fix this logic error

This commit is contained in:
ineed bots 2025-01-23 23:44:24 -06:00
parent 78435888b8
commit 1ca1cab3de

View File

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