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.64k stars 730 forks source link

fix: unselect sidebar node with id 0 #2473

Closed dv1x3r closed 8 months ago

dv1x3r commented 8 months ago

The node with id: 0 remained selected after a new selection was made. It was about if(selected){} condition, where if(0){} is considered as false.