You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 5, 2025. It is now read-only.
I'm having an issue when I try to expand my entire tree using expandAll when I have lazy loaded branches. I'm working around this by explicitly expanding each node but it seems the issue is happening here:
When lazyLoad is set to true on a node, the node does not show as having any nodes property when it gets to the if statement. This skips the call to expand any such branch.