bevacqua / dragula

:ok_hand: Drag and drop so simple it hurts
https://bevacqua.github.io/dragula/
MIT License
21.89k stars 1.97k forks source link

only show ghosting and sort only after mouse cursor is released #664

Open finalight opened 3 years ago

finalight commented 3 years ago

is there an example to do the following?

whenever the user drag the element and move it around the list, the element won't be sorted in-place. only the ghost image.

only when the user release the mouse, then the list will be sorted accordingly.