提交 44c79cc1 编写于 作者: J Johannes Rieken

implement focus-function for panel

上级 40b32cd4
......@@ -190,6 +190,12 @@ export class OutlinePanel extends ViewsViewletPanel {
super.dispose();
}
focus(): void {
if (this._tree) {
this._tree.domFocus();
}
}
protected renderBody(container: HTMLElement): void {
this._domNode = container;
dom.addClass(container, 'outline-panel');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册