mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(panel): fixed to panel height for text panel and unknown panel
This commit is contained in:
parent
883435336c
commit
00c70307ad
@ -47,6 +47,7 @@ export class PanelCtrl {
|
||||
|
||||
init() {
|
||||
this.publishAppEvent('panel-instantiated', {scope: this.$scope});
|
||||
this.calculatePanelHeight();
|
||||
this.refresh();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user