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(Climber) treat empty menus well
Previously Climber would throw an exception if passed a menu with no
items, specifically when it encoutered the `foreach` loop in
`getLeafByTarget()` that depended on Tree's `grow()` method. This
modifies the `grow()` method to return an empty array if there are no
menu items.
resolves#7