提交 cc3a1359 编写于 作者: A Alex Dima

Fixes Microsoft/monaco-editor#1003

上级 39199e8d
......@@ -216,6 +216,10 @@ export class StandaloneThemeServiceImpl implements IStandaloneThemeService {
} else {
theme = this._knownThemes.get(VS_THEME_NAME);
}
if (this._theme === theme) {
// Nothing to do
return theme.id;
}
this._theme = theme;
let cssRules: string[] = [];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册