fix(panel): fixed to panel height for text panel and unknown panel

pull/4309/merge
Torkel Ödegaard 9 years ago
parent 883435336c
commit 00c70307ad
  1. 1
      public/app/features/panel/panel_ctrl.ts

@ -47,6 +47,7 @@ export class PanelCtrl {
init() { init() {
this.publishAppEvent('panel-instantiated', {scope: this.$scope}); this.publishAppEvent('panel-instantiated', {scope: this.$scope});
this.calculatePanelHeight();
this.refresh(); this.refresh();
} }

Loading…
Cancel
Save