提交 d44c5f47 编写于 作者: I isidor

panel part: First check if panel is visible and hide if so

fixes #74920
上级 77127c8a
......@@ -261,6 +261,11 @@ export class PanelPart extends CompositePart<Panel> implements IPanelService {
}
hideActivePanel(): void {
// First check if panel is visible and hide if so
if (this.layoutService.isVisible(Parts.PANEL_PART)) {
this.layoutService.setPanelHidden(true);
}
this.hideActiveComposite();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册