We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e0481 commit e83eb7eCopy full SHA for e83eb7e
plugins/MultiDrag/MultiDrag.js
@@ -373,6 +373,7 @@ function MultiDragPlugin() {
373
374
// Multi-drag drop
375
if (dragStarted && this.isMultiDrag) {
376
+ folding = false;
377
// Do not "unfold" after around dragEl if reverted
378
if ((parentEl[expando].options.sort || parentEl !== rootEl) && multiDragElements.length > 1) {
379
let dragRect = getRect(dragEl),
0 commit comments