This commit is contained in:
SteVen Batten 2020-05-06 09:15:57 -07:00
parent b85061a0be
commit 635fc326c9

View file

@ -207,7 +207,8 @@ export class PanelPart extends CompositePart<Panel> implements IPanelService {
}
if (isActive) {
if (!activePanel) {
// Only try to open the panel if it has been created and visible
if (!activePanel && this.element && this.layoutService.isVisible(Parts.PANEL_PART)) {
this.doOpenPanel(panel.id);
}