MCPcopy Create free account
hub / github.com/UI5/webcomponents / _onPopoverListKeyDown

Method _onPopoverListKeyDown

packages/main/src/TabContainer.ts:723–727  ·  view source on GitHub ↗
(e: KeyboardEvent)

Source from the content-addressed store, hash-verified

721 }
722
723 _onPopoverListKeyDown(e: KeyboardEvent) {
724 if (isCtrl(e)) {
725 DragRegistry.setDraggedElement((e.target as TabInOverflow).realTabReference);
726 }
727 }
728
729 async _onTabStripClick(e: Event) {
730 const tab = getTabInStrip(e.target as HTMLElement);

Callers

nothing calls this directly

Calls 1

isCtrlFunction · 0.85

Tested by

no test coverage detected