From a12f094710ed4fc70c1a5a2c59b7834d824989d6 Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Sat, 6 Jun 2015 10:40:39 +0200 Subject: Autosize the rich editor (for card description and comments) --- client/components/main/editor.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/components/main/editor.js') diff --git a/client/components/main/editor.js b/client/components/main/editor.js index e1a90cb1..68e278ee 100644 --- a/client/components/main/editor.js +++ b/client/components/main/editor.js @@ -3,6 +3,8 @@ var dropdownMenuIsOpened = false; Template.editor.onRendered(function() { var $textarea = this.$('textarea'); + autosize($textarea); + $textarea.textcomplete([ // Emojies { -- cgit v1.2.3-1-g7c22