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

Function capture

modular/sortable.core.esm.js:1658–1664  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1656
1657 // Capture animation state
1658 function capture() {
1659 dragOverEvent('dragOverAnimationCapture');
1660 _this.captureAnimationState();
1661 if (_this !== fromSortable) {
1662 fromSortable.captureAnimationState();
1663 }
1664 }
1665
1666 // Return invocation when dragEl is inserted (or completed)
1667 function completed(insertion) {

Callers 1

Calls 1

dragOverEventFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…