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