提交 e7dcff8e 编写于 作者: S Sandeep Somavarapu

Fix #19148

上级 a992118e
......@@ -154,7 +154,7 @@ export class PreferencesEditor extends BaseEditor {
}
public focus(): void {
this.searchWidget.focus();
this.sideBySidePreferencesWidget.focus();
}
public clearInput(): void {
......@@ -308,6 +308,12 @@ export class SideBySidePreferencesWidget extends Widget {
this.sash.setDimenesion(this.dimension);
}
public focus(): void {
if (this.editablePreferencesEditor) {
this.editablePreferencesEditor.focus();
}
}
public getEditablePreferencesEditor(): IEditor {
return this.editablePreferencesEditor;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册