Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
enable
Function · 0.70
Tested by
no test coverage detected