提交 2066424f 编写于 作者: B Benjamin Pasero

fix bad editor flashing on startup

上级 fbacd65e
......@@ -825,7 +825,7 @@ export class Workbench implements IPartService {
private createEditorPart(): void {
const editorContainer = $(this.workbench)
.div({
'class': ['part', 'editor', 'monaco-editor-background'],
'class': ['part', 'editor', 'monaco-editor-background', 'empty'],
id: Identifiers.EDITOR_PART,
role: 'main'
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册