mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 09:33:34 -06:00
fix(): fixed panel resize and fullscreen panel height issue
This commit is contained in:
parent
9d6445d4ce
commit
b85b5e00d4
@ -45,7 +45,7 @@ export class PanelCtrl {
|
||||
}
|
||||
|
||||
$scope.$on("refresh", () => this.refresh());
|
||||
$scope.$on("render", () => this.calculatePanelHeight());
|
||||
$scope.$on("render", () => this.render());
|
||||
}
|
||||
|
||||
init() {
|
||||
@ -149,6 +149,7 @@ export class PanelCtrl {
|
||||
return;
|
||||
}
|
||||
|
||||
this.calculatePanelHeight();
|
||||
this.events.emit('render', payload);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user