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 the confirmChange property is provided and returns false for a given item and parent, AND the parent is currently expanded, the item is prohibited from being dragged below the parent altogether, rather than just preventing a parent-child relationship.
Attempt to drag "Fruit box" below "Box" (without first collapsing "Box").
Expected result: "Fruit box" is allowed to be reordered below "Box". (But not marked as a child of "Box".)
Actual result: "Fruit box" is prevented from moving in any way.
Note that collapsing "Box" DOES allow me to drag "Fruit box" below it.
The text was updated successfully, but these errors were encountered:
When the
confirmChange
property is provided and returnsfalse
for a given item and parent, AND the parent is currently expanded, the item is prohibited from being dragged below the parent altogether, rather than just preventing a parent-child relationship.To reproduce:
Expected result: "Fruit box" is allowed to be reordered below "Box". (But not marked as a child of "Box".)
Actual result: "Fruit box" is prevented from moving in any way.
Note that collapsing "Box" DOES allow me to drag "Fruit box" below it.
The text was updated successfully, but these errors were encountered: