Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UI5/webcomponents
/ _ontouchstart
Method
_ontouchstart
packages/main/src/Button.ts:453–459 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
451
}
452
453
_ontouchstart() {
454
if
(this.nonInteractive) {
455
return
;
456
}
457
458
this._setActiveState(true);
459
}
460
461
onEnterDOM() {
462
if
(isDesktop()) {
Callers
nothing calls this directly
Calls
1
_setActiveState
Method · 0.95
Tested by
no test coverage detected