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

Function dragOver

plugins/MultiDrag/MultiDrag.js:200–205  ·  view source on GitHub ↗
({ target, completed, cancel })

Source from the content-addressed store, hash-verified

198 },
199
200 dragOver({ target, completed, cancel }) {
201 if (folding && ~multiDragElements.indexOf(target)) {
202 completed(false);
203 cancel();
204 }
205 },
206
207 revert({ fromSortable, rootEl, sortable, dragRect }) {
208 if (multiDragElements.length > 1) {

Callers

nothing calls this directly

Calls 1

completedFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…