text panel: make scrollable

This commit is contained in:
Alexander Zobnin 2017-11-16 15:43:04 +03:00
parent 4b88cc0226
commit 126f3703dc

View File

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