提交 17ce94c1 编写于 作者: I isidor

remove unused focusBody

上级 f17ce5f5
......@@ -135,12 +135,7 @@ export class EmptyView extends ViewletPane {
}
focus(): void {
this.focusBody();
this.button.element.focus();
}
focusBody(): void {
if (this.button) {
this.button.element.focus();
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册