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

Hover state is persist on oldIndex after dropping (@change) #268

Open vukadinFE opened 2 months ago

vukadinFE commented 2 months ago

https://github.com/user-attachments/assets/03766bf8-35fc-476b-8d94-e1bb45de3ce3 When a draggable item has a hover state after reordering hover stays on the place where it was grabbed from.

Is there any way you fix this on the library side? It's quite annoying since it confuses users, especially when the content inside is similar to other items.