提交 90e7939d 编写于 作者: A Alex Ross

Focus on Tunnels View command

Fixes #86076
上级 f7879f3f
......@@ -498,6 +498,11 @@ export class TunnelPanel extends ViewPane {
return this.titleActions;
}
focus(): void {
super.focus();
this.tree.domFocus();
}
private onContextMenu(treeEvent: ITreeContextMenuEvent<ITunnelItem | ITunnelGroup>, actionRunner: ActionRunner): void {
if (!(treeEvent.element instanceof TunnelItem)) {
return;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册