mauricius / vue-draggable-resizable

Vue3 Component for draggable and resizable elements.
https://mauricius.github.io/vue-draggable-resizable/
MIT License
3.34k stars 560 forks source link

Can I detect native drag drop event? #323

Open mastercodingbear opened 3 years ago

mastercodingbear commented 3 years ago

Thank you for this great package.

Now I ran into one problem when using this package. I should detect native dragend event but in this package there's no event like that. like :onDragStart prop

How can I detect native drag and drop event?