Przeglądaj źródła

text panel: make scrollable

Alexander Zobnin 8 lat temu
rodzic
commit
126f3703dc
1 zmienionych plików z 1 dodań i 0 usunięć
  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);
 
     _.defaults(this.panel, this.panelDefaults);
+    this.scrollable = true;
 
     this.events.on('init-edit-mode', this.onInitEditMode.bind(this));
     this.events.on('refresh', this.onRefresh.bind(this));