vitmalina / w2ui

UI widgets for modern apps. Data table, forms, toolbars, sidebar, tabs, tooltips, popups. All under 120kb (gzipped).
http://w2ui.com
MIT License
2.63k stars 735 forks source link

Fixed option.caseSensitive not working option when sorting (w2sidebar.js) #2534

Closed enteropositivo closed 2 weeks ago

enteropositivo commented 3 weeks 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