Commit 00c70307 by Torkel Ödegaard

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

parent 88343533
......@@ -47,6 +47,7 @@ export class PanelCtrl {
init() {
this.publishAppEvent('panel-instantiated', {scope: this.$scope});
this.calculatePanelHeight();
this.refresh();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment