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.77k stars 3.71k forks source link

[feature] new debounce plugin merge request #2287

Open gjssss opened 1 year ago

gjssss commented 1 year ago

Hi! @owen-m1 I have wrote a sortable plugin. After using it, users must stop for a period of time if they want to place elements on the move. It is very useful when the element is very complex and you don't want to see the DOM that changes frequently during dragging. I want to ask if I can add a plugin to the sortable code. Do you think this plugin is needed? Here is my plugin repo. sortablejs-plugin-debounce and Here is a preview