Commit 90555305 by Torkel Ödegaard

removed call to unused function in panel_ctrl

parent 85e81959
...@@ -78,7 +78,6 @@ export class PanelCtrl { ...@@ -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
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment