提交 c881398b 编写于 作者: I isidor

fixes #37493

上级 ee296093
...@@ -883,7 +883,7 @@ export class Workbench implements IPartService { ...@@ -883,7 +883,7 @@ export class Workbench implements IPartService {
} }
public toggleMaximizedPanel(): void { public toggleMaximizedPanel(): void {
this.workbenchLayout.layout({ toggleMaximizedPanel: true }); this.workbenchLayout.layout({ toggleMaximizedPanel: true, source: Parts.PANEL_PART });
} }
public isPanelMaximized(): boolean { public isPanelMaximized(): boolean {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册