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 swap plugin, after a sort the moved item is placed in the wrong location in the array. This happens on the examples page as well. This is the behaviour:
Swap Item 1 and item 2
Item 1 moves to 3rd spot (expected 2)
Item 2 moves to 1st spot (correct)
Item 3 moves to 2nd spot (expected no move)