SortableJS / Sortable

Reorderable drag-and-drop lists for modern browsers and touch devices. No jQuery or framework required.
https://sortablejs.github.io/Sortable/
MIT License
29.67k stars 3.7k forks source link

[feature] sort: false - can we have some event callback like onMove? #2279

Closed ginkosen closed 1 year ago

ginkosen commented 1 year ago

Is your feature request related to a problem? Please describe.

Use sortablejs to move an element but don't sort(use sort:false).

Describe the solution you'd like

Maybe add onDragMove or onDrageOver callback with same params with onMove

Describe alternatives you've considered

None

Additional context

None

ginkosen commented 1 year ago

I implemented it myself using the plugin mode of sortablejs. I will close this issue.