mirror of
https://github.com/grafana/grafana.git
synced 2024-11-27 03:11:01 -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) {
|
changeView(fullscreen, edit) {
|
||||||
this.setPanelHeight();
|
|
||||||
this.publishAppEvent('panel-change-view', {
|
this.publishAppEvent('panel-change-view', {
|
||||||
fullscreen: fullscreen, edit: edit, panelId: this.panel.id
|
fullscreen: fullscreen, edit: edit, panelId: this.panel.id
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user