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

Function capture

src/Sortable.js:1049–1056  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1047
1048 // Capture animation state
1049 function capture() {
1050 dragOverEvent('dragOverAnimationCapture');
1051
1052 _this.captureAnimationState();
1053 if (_this !== fromSortable) {
1054 fromSortable.captureAnimationState();
1055 }
1056 }
1057
1058 // Return invocation when dragEl is inserted (or completed)
1059 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…