Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/components
/ onPointerdown
Method
onPointerdown
src/aria/private/toolbar/toolbar.ts:193–196 ·
view source on GitHub ↗
(event: PointerEvent)
Source
from the content-addressed store, hash-verified
191
}
192
193
onPointerdown(event: PointerEvent) {
194
this.hasBeenInteracted.set(true);
195
event.preventDefault();
196
}
197
198
onFocusIn() {
199
this.hasBeenInteracted.set(true);
Callers
1
toolbar.spec.ts
File · 0.80
Calls
1
set
Method · 0.80
Tested by
no test coverage detected