fix(): fixed panel resize and fullscreen panel height issue
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user