Happens when the tree config option 'rootVisible' is set to false
when you do a root.reload(); the tree doesnt render and it dissapears
when you do a root.reload(); the tree doesnt render and it dissapears

#2
![]() |
![]() Is there a way to attach an UpdateManager to a node?
![]() |
#3
![]() |
![]() bump
![]() |
#4
![]() |
![]() Observing the same behavior. A workaround:
tree.rootVisible = true; tree.root.reload(); tree.rootVisible = false; ![]() |