MCPcopy Create free account
hub / github.com/ionic-team/ionic-framework / reset

Function reset

core/src/utils/gesture/index.ts:167–174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

165 };
166
167 const reset = () => {
168 hasCapturedPan = false;
169 hasStartedPan = false;
170 isMoveQueued = false;
171 hasFiredStart = true;
172
173 gesture.release();
174 };
175
176 // END *************************
177

Callers 3

pointerUpFunction · 0.70
abortGestureFunction · 0.70
enableFunction · 0.70

Calls 1

releaseMethod · 0.45

Tested by

no test coverage detected