UI widgets for modern apps. Data table, forms, toolbars, sidebar, tabs, tooltips, popups. All under 120kb (gzipped).
2.67k
stars
727
forks
source link
Fixed option.caseSensitive not working option when sorting (w2sidebar.js) #2534
Closed
enteropositivo closed 4 months ago
Fixed option.caseSensitive not working option when sorting.
Check it with 2 nodes: nodeA.order='New file'; nodeB.order='a file'; sidebar.sort(); sidebar.refresh();
Didn't sorted nodes by text, now it works