Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ionic-team/ionic-framework
/ callback
Function
callback
core/src/utils/tap-click/index.ts:71–74 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
69
70
el.classList.remove(ACTIVATED);
71
const
callback = () => {
72
addActivated(el, x, y);
73
activeDefer = undefined;
74
};
75
76
if
(isInstant(el)) {
77
callback();
Callers
6
setActivatedElement
Function · 0.70
onTransitionEnd
Function · 0.50
componentOnReady
Function · 0.50
handler
Function · 0.50
beforeAnimation
Function · 0.50
afterAnimation
Function · 0.50
Calls
1
addActivated
Function · 0.85
Tested by
no test coverage detected