Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ionic-team/ionic-framework
/ handleMouseUp
Function
handleMouseUp
core/src/utils/gesture/pointer-events.ts:73–78 ·
view source on GitHub ↗
(ev: any)
Source
from the content-addressed store, hash-verified
71
};
72
73
const
handleMouseUp = (ev: any) => {
74
stopMouse();
75
if
(pointerUp) {
76
pointerUp(ev);
77
}
78
};
79
80
const
stopTouch = () => {
81
if
(rmTouchMove) {
Callers
nothing calls this directly
Calls
2
stopMouse
Function · 0.85
pointerUp
Function · 0.70
Tested by
no test coverage detected