mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 19:00:54 -06:00
removed call to unused function in panel_ctrl
This commit is contained in:
parent
85e81959f2
commit
905553052a
@ -78,7 +78,6 @@ export class PanelCtrl {
|
||||
}
|
||||
|
||||
changeView(fullscreen, edit) {
|
||||
this.setPanelHeight();
|
||||
this.publishAppEvent('panel-change-view', {
|
||||
fullscreen: fullscreen, edit: edit, panelId: this.panel.id
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user