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

Function stop

core/src/utils/gesture/pointer-events.ts:103–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101 };
102
103 const stop = () => {
104 stopTouch();
105 stopMouse();
106 };
107
108 const enable = (isEnabled = true) => {
109 if (!isEnabled) {

Callers 1

enableFunction · 0.70

Calls 2

stopTouchFunction · 0.85
stopMouseFunction · 0.85

Tested by

no test coverage detected