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

Function dragOverEvent

Sortable.js:1644–1661  ·  view source on GitHub ↗
(name, extra)

Source from the content-addressed store, hash-verified

1642 completedFired = false;
1643 if (_silent) return;
1644 function dragOverEvent(name, extra) {
1645 pluginEvent(name, _this, _objectSpread2({
1646 evt: evt,
1647 isOwner: isOwner,
1648 axis: vertical ? 'vertical' : 'horizontal',
1649 revert: revert,
1650 dragRect: dragRect,
1651 targetRect: targetRect,
1652 canSort: canSort,
1653 fromSortable: fromSortable,
1654 target: target,
1655 completed: completed,
1656 onMove: function onMove(target, after) {
1657 return _onMove(rootEl, el, dragEl, dragRect, target, getRect(target), evt, after);
1658 },
1659 changed: changed
1660 }, extra));
1661 }
1662
1663 // Capture animation state
1664 function capture() {

Callers 3

captureFunction · 0.70
completedFunction · 0.70
Sortable.jsFile · 0.70

Calls 4

pluginEventFunction · 0.70
_objectSpread2Function · 0.70
_onMoveFunction · 0.70
getRectFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…