MCPcopy
hub / github.com/Shopify/draggable / dragFlow

Function dragFlow

src/Draggable/Sensors/TouchSensor/tests/TouchSensor.test.js:60–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 });
59
60 function dragFlow() {
61 touchStart(draggableElement);
62 waitForDragDelay();
63 touchRelease(draggableElement);
64 }
65
66 expect(dragFlow).toHaveCanceledSensorEvent('drag:start');
67 });

Callers

nothing calls this directly

Calls 4

touchStartFunction · 0.90
waitForDragDelayFunction · 0.90
touchReleaseFunction · 0.90
touchMoveFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…