angular2-draggable icon indicating copy to clipboard operation
angular2-draggable copied to clipboard

dragging does not rearrange the original content

Open bijay-ps opened this issue 6 years ago • 0 comments

Let's say I have an array of list of fruits: ['Mango,'Apple','Orange'] When I drag them and console logs the array after dragging has stopped using (stopped) event, the original list remains unaltered.

Is there a way to update the original array item positions also?

bijay-ps avatar Jan 31 '19 10:01 bijay-ps