You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the MultiDrag plugin and dragging from an element which index doesn't change on drop (before all the other elements are moved), the onSort event won't be fired even though all other elements changed position (ended up being consecutive), tho changing the list order, tho expecting the onSort event to be triggered.
If the element selected for dragging changed its relative position, even dropping on the same place, it will trigger the onSort event (expected behavior).
Describe the bug
When using the MultiDrag plugin and dragging from an element which index doesn't change on drop (before all the other elements are moved), the onSort event won't be fired even though all other elements changed position (ended up being consecutive), tho changing the list order, tho expecting the onSort event to be triggered.
If the element selected for dragging changed its relative position, even dropping on the same place, it will trigger the onSort event (expected behavior).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
There is an alert when the onSort event is triggered, however doing this won't trigger the onSort event.
Versions:
sortablejs = 1.15.0
Additional context
...
Reproduction
codesandbox: https://jsbin.com/faviwab/edit?html,js,output
The text was updated successfully, but these errors were encountered: