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
But I was wondering if it wouldn't be better if this was the default behavior, probably it would be enough to change this one line to use localeCompare instead:
Expected and Actual Behavior
When I call
node.sortChildren(null, true)
on some entries with umlauts, I get the following resultwhat I would like to get is this:
It is actually very simple to achieve, I just need to change my code to look like this:
But I was wondering if it wouldn't be better if this was the default behavior, probably it would be enough to change this one line to use
localeCompare
instead:fancytree/src/jquery.fancytree.js
Line 2324 in 4f519d0
The text was updated successfully, but these errors were encountered: