vue.draggable.next icon indicating copy to clipboard operation
vue.draggable.next copied to clipboard

Trigger @end event without automatically modifying the list

Open Wanglintc opened this issue 1 year ago • 0 comments

I'm using vuedraggable version ^4.1.0 in my Vue 3 project, and I have a requirement where I need to trigger the @end event when the drag-and-drop operation is finished. However, I do not want vuedraggable to automatically modify the underlying array bound to the :list. Instead, I want to handle the array reordering manually in the @end event.

Wanglintc avatar Oct 21 '24 08:10 Wanglintc