Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jalal246 committed Feb 26, 2023
1 parent 9f34bdf commit ba4c0cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class DFlexMechanismController extends DFlexScrollableElement {
// If it has solo empty id then there's no need to move down. Because it's
// empty branch.
if (hasToMoveSiblingsDown && !isEmpty) {
this._moveDown(insertAt, "y");
this._moveDown("y", insertAt);
}

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

0 comments on commit ba4c0cf

Please sign in to comment.