N00ts/vue3-treeview

Support double click event

caveofjulian opened this issue · 3 comments

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

What do you mean exactly can you provide precise exemple ?

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

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 :)