mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 17:43:35 -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("refresh", () => this.refresh());
|
||||||
$scope.$on("render", () => this.calculatePanelHeight());
|
$scope.$on("render", () => this.render());
|
||||||
}
|
}
|
||||||
|
|
||||||
init() {
|
init() {
|
||||||
@ -149,6 +149,7 @@ export class PanelCtrl {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.calculatePanelHeight();
|
||||||
this.events.emit('render', payload);
|
this.events.emit('render', payload);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user