SortableJS / vue.draggable.next

Vue 3 compatible drag-and-drop component based on Sortable.js
https://sortablejs.github.io/vue.draggable.next/#/simple
MIT License
3.93k stars 531 forks source link

Does drag event block other custom events? #88

Open ga676005 opened 3 years ago

ga676005 commented 3 years ago

I have a nested draggable folder structure and each folder have another draggable which is for storing other items. I tried to style the two different draggable groups by adding event listener, but it seems that all other events are blocked when I am dragging something. It even stops mouseenter mouseleave that registered on non-draggable elements.

dhallX commented 1 year ago

I have a similar issue and was wondering if there is any update on this topic