dragonfly-sortable
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -36,3 +36,3 @@ { | ||
}, | ||
"version": "1.0.3" | ||
"version": "1.0.4" | ||
} |
@@ -1630,3 +1630,3 @@ import { version } from '../../../package.json'; | ||
* Mount a plugin to Sortable | ||
* @param {} plugins Plugins being mounted | ||
* @param {...SortablePlugin|SortablePlugin[]} plugins Plugins being mounted | ||
*/ | ||
@@ -1633,0 +1633,0 @@ Sortable.mount = function (...plugins) { |
@@ -433,3 +433,2 @@ import { | ||
destroyGlobal() { | ||
debugger | ||
this._deselectMultiDrag(); | ||
@@ -569,3 +568,2 @@ off(document, 'pointerup', this._deselectMultiDrag); | ||
const insertMultiDragElements = (clonesInserted, rootEl) => { | ||
debugger | ||
multiDragElements.forEach((multiDragElement, i) => { | ||
@@ -572,0 +570,0 @@ let target = rootEl.children[multiDragElement.sortableIndex + (clonesInserted ? Number(i) : 0)]; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
123159
2880