MCPcopy 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

stopMouseFunction · 0.85
pointerUpFunction · 0.70

Tested by

no test coverage detected