fixes #97007
parent
b85061a0be
commit
635fc326c9
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue