Skip to content

Commit e83eb7e

Browse files
committed
#2021: Fix multidrag indicies
1 parent 77e0481 commit e83eb7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/MultiDrag/MultiDrag.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ function MultiDragPlugin() {
373373

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

0 commit comments

Comments
 (0)