Alfred-Skyblue / vue-draggable-plus

Universal Drag-and-Drop Component Supporting both Vue 3 and Vue 2
https://vue-draggable-plus.pages.dev/en/
MIT License
2.71k stars 106 forks source link

How to cancel a drag after ondrop .. #148

Open vishnug-bridge opened 1 week ago

vishnug-bridge commented 1 week ago

How to cancel a drag after ondrop. I want to revert the position after the drag is completed.

Alfred-Skyblue commented 1 week ago

You can obtain newIndex and oldIndex from the event object to swap the data.