diff --git a/public/app/features/dashboard/row/add_panel.ts b/public/app/features/dashboard/row/add_panel.ts index df7ff0f128a..b056ed00706 100644 --- a/public/app/features/dashboard/row/add_panel.ts +++ b/public/app/features/dashboard/row/add_panel.ts @@ -90,9 +90,10 @@ export class AddPanelCtrl { this.rowCtrl.dropView = 0; this.dashboard.addPanel(panel, this.row); this.$timeout(() => { - this.$rootScope.appEvent('panel-change-view', { - fullscreen: true, edit: true, panelId: panel.id - }); + this.$rootScope.broadcast('render'); + //this.$rootScope.appEvent('panel-change-view', { + // fullscreen: true, edit: true, panelId: panel.id + //}); }); } }