We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f34bdf commit ba4c0cfCopy full SHA for ba4c0cf
packages/dflex-dnd/src/Mechanism/DFlexMechanismController.ts
@@ -159,7 +159,7 @@ class DFlexMechanismController extends DFlexScrollableElement {
159
// If it has solo empty id then there's no need to move down. Because it's
160
// empty branch.
161
if (hasToMoveSiblingsDown && !isEmpty) {
162
- this._moveDown(insertAt, "y");
+ this._moveDown("y", insertAt);
163
}
164
165
draggedElm.removeAttribute(this.draggable.draggedDOM, "OUT_CONTAINER");
0 commit comments