Vue.Draggable
Vue.Draggable copied to clipboard
Combines List Items of the Same Name
Step by step scenario
- Draggable item with title "X" is dragged into list containing items titled "Y", "X", "Z" in that order from top to bottom
- Draggable list is then sorted as "Y", "Z", "X", "X" in that order from top to bottom
Expected Solution
- Draggable items should remain in the order they were dragged in even if they have the same name/title