holiber / sl-vue-tree

Customizable draggable tree component for Vue.js
MIT License
344 stars 79 forks source link

The node does not deselected #92

Closed bvresende closed 3 years ago

bvresende commented 3 years ago

When clicking on an already selected node, it is not deselected. Focus is also not lost when clicking anywhere else. Even if the "isSelected" property is set to false if you click on an already selected node, the node is still checked.

bvresende commented 3 years ago

You can do this only through the updateNode method.