SortableJS / Vue.Draggable

Vue drag-and-drop component based on Sortable.js
https://sortablejs.github.io/Vue.Draggable/
MIT License
20.18k stars 2.9k forks source link

Last item on array auto drops when dragging over draggable #1152

Closed tdepamphilis closed 2 years ago

tdepamphilis commented 2 years ago

First check https://github.com/SortableJS/Vue.Draggable/blob/master/CONTRIBUTING.md

Jsfiddle link

https://github.com/tdepamphilis/vue-draggable-test.git

Step by step scenario

I´ve got a draggable with three nested draggables that can share children (three fathres and several children).

whenever I drag the last item of a father it will auto drop to the first draggable area it hovers over. It works propperly with every other children (It wont drop unless I release the mouse button)

Actual Solution

Expected Solution