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.91k stars 531 forks source link

[feature] Undo cloning when the mouse moves out of the drag-and-drop area. #222

Open qiaoyao opened 1 year ago

qiaoyao commented 1 year ago

Require to undo cloning when the mouse is moved out of the drag target area. See the following image. image

Can the existing API achieve this? I need help! Thank you.

Mk-web1012 commented 1 year ago

@qiaoyao Did you solve it?