MCPcopy Index your code
hub / github.com/ionic-team/ionic-framework / pointerUp

Function pointerUp

core/src/utils/tap-click/index.ts:37–39  ·  view source on GitHub ↗
(ev: UIEvent)

Source from the content-addressed store, hash-verified

35 };
36
37 const pointerUp = (ev: UIEvent) => {
38 setActivatedElement(undefined, ev);
39 };
40
41 const setActivatedElement = (el: HTMLElement | undefined, ev: UIEvent) => {
42 // do nothing

Callers

nothing calls this directly

Calls 1

setActivatedElementFunction · 0.85

Tested by

no test coverage detected