Sortable
Sortable copied to clipboard
[feature] When disable is set to true when the user has already dragged, automatically force the user to cancel the drag.
Is your feature request related to a problem? Please describe. When disable is set to true when the user has already dragged, automatically force the user to cancel the drag.
In the current version, if you set disable to true after the user has dragged an element, the dragged element will not be returned to its original position, but will continue to be dragged by the user.
Describe the solution you'd like When disable is true, the element is forced into place even if the user doesn't let go.
Describe alternatives you've considered Nope.
Additional context vue.draggable.next v4.1.0
yes, I also encountered this need