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

This commit is contained in:
Torkel Ödegaard 2016-03-06 19:23:22 +01:00
parent 883435336c
commit 00c70307ad

View File

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