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

Function dragOverAnimationComplete

plugins/MultiDrag/MultiDrag.js:296–301  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

294 },
295
296 dragOverAnimationComplete() {
297 if (folding) {
298 folding = false;
299 removeMultiDragElements();
300 }
301 },
302
303 drop({ originalEvent: evt, rootEl, parentEl, sortable, dispatchSortableEvent, oldIndex, putSortable }) {
304 let toSortable = (putSortable || this.sortable);

Callers

nothing calls this directly

Calls 1

removeMultiDragElementsFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…