phphe / vue-draggable-nested-tree

Vue2 draggable tree component
https://hetree.phphe.com/
MIT License
344 stars 62 forks source link

Fix for nested input #75

Closed Simpey closed 5 years ago

Simpey commented 5 years ago

I faced with the problem when I use input inside draggable element and trying to highlight the text inside, drag event is triggered. Can you help me pls with this one? Example: https://codepen.io/simpey/pen/QRajpO

phphe commented 5 years ago

add @mousedown.stop="" to input

Simpey commented 5 years ago

works fine, thx)