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

Function capture

Sortable.js:1664–1670  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1662
1663 // Capture animation state
1664 function capture() {
1665 dragOverEvent('dragOverAnimationCapture');
1666 _this.captureAnimationState();
1667 if (_this !== fromSortable) {
1668 fromSortable.captureAnimationState();
1669 }
1670 }
1671
1672 // Return invocation when dragEl is inserted (or completed)
1673 function completed(insertion) {

Callers 1

Sortable.jsFile · 0.70

Calls 1

dragOverEventFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…