MCPcopy
hub / github.com/bevacqua/dragula / eventualMovements

Function eventualMovements

dragula.js:72–75  ·  view source on GitHub ↗
(remove)

Source from the content-addressed store, hash-verified

70 }
71
72 function eventualMovements (remove) {
73 var op = remove ? 'remove' : 'add';
74 touchy(documentElement, op, 'mousemove', startBecauseMouseMoved);
75 }
76
77 function movements (remove) {
78 var op = remove ? 'remove' : 'add';

Callers 3

grabFunction · 0.85
startBecauseMouseMovedFunction · 0.85
ungrabFunction · 0.85

Calls 1

touchyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…