fillNodes overwrites the layout and children properties #62
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If node already has a layout object it should leave it alone, this just means allocating new Rect like objects each time this is called even if layout has been done before.
Also if you define node.style.measure it clears the children property, but that's bad if the measure function wanted to be able to look at the children or call layout on them.
Please feel free to send a pull request for this :) The js version has not been designed with performance in mind, only the C one