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

Drag a copy into same list

Open soju-ti opened this issue 3 years ago • 2 comments

I would like to know how can we clone a draggable item into the same list itself, I can only see it is cloning across the list. https://sortablejs.github.io/Vue.Draggable/#/clone is the feature available?

soju-ti avatar Jan 19 '22 13:01 soju-ti

@soju-ti do you find solution for this ?

saiddjelmo avatar May 13 '22 07:05 saiddjelmo

@soju-ti do you find solution for this ?

Listen to move callback and create a copy in the old index onces move is completed, however this solution only works if your list has more than one item.

Another approach i am suggesting is to add a button which basically clone the item into same list to the end.user can reorder after clone is completed

soju-ti avatar May 17 '22 15:05 soju-ti