Skip to content

Commit ba4c0cf

Browse files
committed
wip
1 parent 9f34bdf commit ba4c0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dflex-dnd/src/Mechanism/DFlexMechanismController.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ class DFlexMechanismController extends DFlexScrollableElement {
159159
// If it has solo empty id then there's no need to move down. Because it's
160160
// empty branch.
161161
if (hasToMoveSiblingsDown && !isEmpty) {
162-
this._moveDown(insertAt, "y");
162+
this._moveDown("y", insertAt);
163163
}
164164

165165
draggedElm.removeAttribute(this.draggable.draggedDOM, "OUT_CONTAINER");

0 commit comments

Comments
 (0)