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 a60ded8 commit 2e6df83Copy full SHA for 2e6df83
plugins/MultiDrag/MultiDrag.js
@@ -323,7 +323,7 @@ function MultiDragPlugin() {
323
});
324
325
// Modifier activated, select from last to dragEl
326
- if ((!options.multiDragKey || this.multiDragKeyDown) && evt.shiftKey && lastMultiDragSelect && sortable.el.contains(lastMultiDragSelect)) {
+ if (evt.shiftKey && lastMultiDragSelect && sortable.el.contains(lastMultiDragSelect)) {
327
let lastIndex = index(lastMultiDragSelect),
328
currentIndex = index(dragEl);
329
0 commit comments