MCPcopy 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

deactivateMethod · 0.95
isSpaceFunction · 0.85
isEnterFunction · 0.85

Tested by

no test coverage detected