提交 910ddad3 编写于 作者: R Rob Lourens

Fix #59444

上级 5f58ff2a
......@@ -205,6 +205,10 @@ export class SettingsEditor2 extends BaseEditor {
}
this._setOptions(options);
this._register(input.onDispose(() => {
this.searchWidget.setValue('');
}));
return this.render(token);
})
.then(() => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册