提交 53e1f282 编写于 作者: B Benjamin Pasero

fix #49552

上级 744abf83
......@@ -367,7 +367,7 @@ export class CodeWindow implements ICodeWindow {
}
// To prevent flashing, we set the window visible after the page has finished to load but before Code is loaded
if (!this._win.isVisible()) {
if (this._win && !this._win.isVisible()) {
if (this.windowState.mode === WindowMode.Maximized) {
this._win.maximize();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册