(e: KeyboardEvent)
| 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); |