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)
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