提交 d0e6e63d 编写于 作者: R Rob Lourens

Fix #58311 - when settingsTreeModel hasn't been created yet, always do full onConfigUpdate

上级 2664b2f3
......@@ -781,7 +781,7 @@ export class SettingsEditor2 extends BaseEditor {
}
private onConfigUpdate(keys?: string[], forceRefresh = false): TPromise<void> {
if (keys) {
if (keys && this.settingsTreeModel) {
return this.updateElementsByKey(keys);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册