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
When calling expandAncestors on a single node, all nodes in the tree with children are expanded. I would expect only nodes that are direct ancestors of the node passed would be expanded.
Here is an example of all nodes being expanded. jsfiddle link