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
fix: ensures branches don't expand completely on first click (#47)
After the initial render with `initialDepth` set, clicking a node which
contained multiple sublevels would expand the entire subtree.
This was due to an unnecessary special case in the tree generation step,
which meant not all possible child nodes could be collapsed when the
tree was generated.
0 commit comments