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 e5d428a commit 796bb3fCopy full SHA for 796bb3f
plugins/MultiDrag/README.md
@@ -27,7 +27,7 @@ new Sortable(el, {
27
multiDrag: true, // Enable the plugin
28
selectedClass: "sortable-selected", // Class name for selected item
29
multiDragKey: null, // Key that must be down for items to be selected
30
- avoidImplicitDeselect: true, // true - if you don't want to deselect items on outside click
+ avoidImplicitDeselect: false, // true - if you don't want to deselect items on outside click
31
32
// Called when an item is selected
33
onSelect: function(/**Event*/evt) {
0 commit comments