From 70d4dfe9f70a962591109b3c3b830a78bfd2faa1 Mon Sep 17 00:00:00 2001 From: Ryan McKinley Date: Fri, 28 Jun 2019 05:25:38 -0700 Subject: [PATCH] Dashboard: Force update after dashboard resize (#17808) --- public/app/features/dashboard/dashgrid/DashboardGrid.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/features/dashboard/dashgrid/DashboardGrid.tsx b/public/app/features/dashboard/dashgrid/DashboardGrid.tsx index 6f57f6f42e3..639e34a16ae 100644 --- a/public/app/features/dashboard/dashgrid/DashboardGrid.tsx +++ b/public/app/features/dashboard/dashgrid/DashboardGrid.tsx @@ -163,6 +163,7 @@ export class DashboardGrid extends PureComponent { for (const panel of this.props.dashboard.panels) { panel.resizeDone(); } + this.forceUpdate(); }; onViewModeChanged = () => {