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

fix: unselect sidebar node with id 0 #2479

Closed dv1x3r closed 6 months ago

dv1x3r commented 7 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.