vue-slicksort icon indicating copy to clipboard operation
vue-slicksort copied to clipboard

fix: set sortableGhost to null when sort ended

Open DanSnow opened this issue 2 years ago • 1 comments

Click on an item in a list with group + press-delay will trigger the drag canceled which will clean up the sortableGhost by removing it. But the sortableGhost is also used for setting it to invisible when sorted in place. So in the drag canceled handler will remove the item that we just sorted.

Fixed #161

DanSnow avatar Mar 07 '22 15:03 DanSnow

Works nicely! Thanks. Let's hope this gets merged soon 🌟

Knogobert avatar Apr 22 '22 13:04 Knogobert