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
Keep sorting as similar as possible for input and output.
The goal of sorting here is only move parents to in front of children
Or when there is a ranking function, sort the whole tree.
Sorting now keeps closer to the input values
No longer blows away original sort when no order specified
It still has trouble sorting with custom sort method when not all
parent objects are present (it can't sort something not present)
0 commit comments