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

text panel: make scrollable

Alexander Zobnin пре 8 година
родитељ
комит
126f3703dc
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      public/app/plugins/panel/text/module.ts

+ 1 - 0
public/app/plugins/panel/text/module.ts

@@ -19,6 +19,7 @@ export class TextPanelCtrl extends PanelCtrl {
     super($scope, $injector);
     super($scope, $injector);
 
 
     _.defaults(this.panel, this.panelDefaults);
     _.defaults(this.panel, this.panelDefaults);
+    this.scrollable = true;
 
 
     this.events.on('init-edit-mode', this.onInitEditMode.bind(this));
     this.events.on('init-edit-mode', this.onInitEditMode.bind(this));
     this.events.on('refresh', this.onRefresh.bind(this));
     this.events.on('refresh', this.onRefresh.bind(this));