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

Function destroy

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

Source from the content-addressed store, hash-verified

126 };
127
128 const destroy = () => {
129 enable(false);
130 pointerUp = pointerMove = pointerDown = undefined;
131 };
132
133 return {
134 enable,

Callers

nothing calls this directly

Calls 1

enableFunction · 0.70

Tested by

no test coverage detected