Преглед изворни кода

removed call to unused function in panel_ctrl

Torkel Ödegaard пре 8 година
родитељ
комит
905553052a
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      public/app/features/panel/panel_ctrl.ts

+ 0 - 1
public/app/features/panel/panel_ctrl.ts

@@ -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
     });