浏览代码

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);
 
     _.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));