MCPcopy Index your code
hub / github.com/SortableJS/Sortable / removeMultiDragElements

Function removeMultiDragElements

modular/sortable.complete.esm.js:3352–3357  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3350 });
3351}
3352function removeMultiDragElements() {
3353 multiDragElements.forEach(function (multiDragElement) {
3354 if (multiDragElement === dragEl$1) return;
3355 multiDragElement.parentNode && multiDragElement.parentNode.removeChild(multiDragElement);
3356 });
3357}
3358
3359Sortable.mount(new AutoScrollPlugin());
3360Sortable.mount(Remove, Revert);

Callers 1

MultiDragPluginFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…