N00ts / vue3-treeview

a simple treeview in vue js 3
MIT License
73 stars 65 forks source link

Support double click event #27

Closed caveofjulian closed 1 year ago

caveofjulian commented 1 year ago

Hi there! Is it possible to support a on double click event? This way we can for instance "choose" something from the treeview.

N00ts commented 1 year ago

What do you mean exactly can you provide precise exemple ?

vcavallo commented 1 year ago

With the support of a double-click event, you could, for instance, toggle the open state of a node by double-clicking it (vs just clicking the dropdown icon)

N00ts commented 1 year ago

There is already a @dblclick event on span, but if you like you can modify project and propose a pull request. I will have a look :)