Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UI5/webcomponents
/ _onkeyup
Method
_onkeyup
packages/compat/src/TableRow.ts:256–260 ·
view source on GitHub ↗
(e: KeyboardEvent)
Source
from the content-addressed store, hash-verified
254
}
255
256
_onkeyup(e: KeyboardEvent) {
257
if
(isSpace(e) || isEnter(e)) {
258
this.deactivate();
259
}
260
}
261
262
_ontouchend() {
263
this.deactivate();
Callers
nothing calls this directly
Calls
3
deactivate
Method · 0.95
isSpace
Function · 0.85
isEnter
Function · 0.85
Tested by
no test coverage detected