mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 08:18:10 -05:00
fix(panel): fixed to panel height for text panel and unknown panel
This commit is contained in:
@@ -47,6 +47,7 @@ export class PanelCtrl {
|
||||
|
||||
init() {
|
||||
this.publishAppEvent('panel-instantiated', {scope: this.$scope});
|
||||
this.calculatePanelHeight();
|
||||
this.refresh();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user