Dashboard: Force update after dashboard resize (#17808)

pull/17820/head
Ryan McKinley 7 years ago committed by Torkel Ödegaard
parent 742e0d56eb
commit 70d4dfe9f7
  1. 1
      public/app/features/dashboard/dashgrid/DashboardGrid.tsx

@ -163,6 +163,7 @@ export class DashboardGrid extends PureComponent<Props> {
for (const panel of this.props.dashboard.panels) { for (const panel of this.props.dashboard.panels) {
panel.resizeDone(); panel.resizeDone();
} }
this.forceUpdate();
}; };
onViewModeChanged = () => { onViewModeChanged = () => {

Loading…
Cancel
Save