Vue.Draggable icon indicating copy to clipboard operation
Vue.Draggable copied to clipboard

Combines List Items of the Same Name

Open dbane-imt opened this issue 3 years ago • 0 comments

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

dbane-imt avatar Dec 14 '21 15:12 dbane-imt