vue-drag-resize
vue-drag-resize copied to clipboard
Click event conflicts with drag
When I add a clickable button, if I drag the button, the button click event will also be triggered when the mouse is released, how can I solve it?
hello,when I run the code,the project can not run and can not npm install
Hi, Same issue in my case but I found the solution.
You need to use this event @activated rather then @click.
E.g : <vue-drag-resize @activated="onActivated">