Przeglądaj źródła

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

Torkel Ödegaard 9 lat temu
rodzic
commit
00c70307ad
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      public/app/features/panel/panel_ctrl.ts

+ 1 - 0
public/app/features/panel/panel_ctrl.ts

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