Skip to content

Commit

Permalink
#2021: Fix multidrag indicies
Browse files Browse the repository at this point in the history
  • Loading branch information
owen-m1 committed May 2, 2021
1 parent 77e0481 commit e83eb7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/MultiDrag/MultiDrag.js
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ function MultiDragPlugin() {

// Multi-drag drop
if (dragStarted && this.isMultiDrag) {
folding = false;
// Do not "unfold" after around dragEl if reverted
if ((parentEl[expando].options.sort || parentEl !== rootEl) && multiDragElements.length > 1) {
let dragRect = getRect(dragEl),
Expand Down

0 comments on commit e83eb7e

Please sign in to comment.