vue.draggable.next
vue.draggable.next copied to clipboard
Does drag event block other custom events?
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.
I have a similar issue and was wondering if there is any update on this topic