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

Function removeMultiDragElements

Sortable.js:3358–3363  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3356 });
3357 }
3358 function removeMultiDragElements() {
3359 multiDragElements.forEach(function (multiDragElement) {
3360 if (multiDragElement === dragEl$1) return;
3361 multiDragElement.parentNode && multiDragElement.parentNode.removeChild(multiDragElement);
3362 });
3363 }
3364
3365 Sortable.mount(new AutoScrollPlugin());
3366 Sortable.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…