提交 8957add5 编写于 作者: S Sandeep Somavarapu

Fix #20748

上级 d59d5791
......@@ -381,7 +381,9 @@ export class SettingsEditorModel extends AbstractSettingsModel implements ISetti
}
}
};
visit(model.getValue(), visitor);
if (!model.isDisposed()) {
visit(model.getValue(), visitor);
}
this._settingsGroups = settings.length > 0 ? [<ISettingsGroup>{
sections: [
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册