dashboard: fix phantomjs panel rendering in collapsed row

This commit is contained in:
Alexander Zobnin 2018-03-20 14:13:31 +03:00
parent 205714759e
commit 05ac7d8fca

View File

@ -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.
// So in this case expand collapsed row first.
this.toggleCollapsedPanelRow(this.state.panelId);