Commit 05ac7d8f by Alexander Zobnin

dashboard: fix phantomjs panel rendering in collapsed row

parent 20571475
...@@ -90,7 +90,7 @@ export class DashboardViewState { ...@@ -90,7 +90,7 @@ export class DashboardViewState {
} }
} }
if (this.state.fullscreen && this.state.panelId) { if ((this.state.fullscreen || this.dashboard.meta.soloMode) && this.state.panelId) {
// Trying to render panel in fullscreen when it's in the collapsed row causes an issue. // Trying to render panel in fullscreen when it's in the collapsed row causes an issue.
// So in this case expand collapsed row first. // So in this case expand collapsed row first.
this.toggleCollapsedPanelRow(this.state.panelId); this.toggleCollapsedPanelRow(this.state.panelId);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment