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 applied to nested lists and setting the sort option to false, an item dragged from the root list to a children cannot be dragged back onto the root list before dropping it (If I regret moving the item the only way to move it back to the parent is by dropping it and dragging it back)
Describe the bug
When applied to nested lists and setting the sort option to false, an item dragged from the root list to a children cannot be dragged back onto the root list before dropping it (If I regret moving the item the only way to move it back to the parent is by dropping it and dragging it back)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I should be able to return the element back to its place before dropping it when the lists are not sortable
Information
Versions - Look in your
package.json
for this information:sortablejs = ^1.13.0
Reproduction
https://jsbin.com/yemafupaxi/1/edit?js,output
The text was updated successfully, but these errors were encountered: