animated_tree_view icon indicating copy to clipboard operation
animated_tree_view copied to clipboard

node.add() method causes break in linking tree lines: File explorer example

Open Uche01 opened this issue 11 months ago • 3 comments

I am adding nodes directly to a parent using method: node.add(). Items are added but the lines showing node link appears to break for the newly added node. See code and image below: node.add(SeasonNode()); node-break-screenshot

Uche01 avatar Mar 13 '24 10:03 Uche01