diff options
author | Maxime Quandalle <maxime@quandalle.com> | 2015-06-06 10:40:39 +0200 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2015-06-06 10:42:05 +0200 |
commit | a12f094710ed4fc70c1a5a2c59b7834d824989d6 (patch) | |
tree | a27fa311a851e2e288afcd871d31a29c2bce992f /client/components/main/editor.js | |
parent | 56a240a643ca01c96fb76abc715759ee0f485186 (diff) | |
download | wekan-a12f094710ed4fc70c1a5a2c59b7834d824989d6.tar.gz wekan-a12f094710ed4fc70c1a5a2c59b7834d824989d6.tar.bz2 wekan-a12f094710ed4fc70c1a5a2c59b7834d824989d6.zip |
Autosize the rich editor (for card description and comments)
Diffstat (limited to 'client/components/main/editor.js')
-rw-r--r-- | client/components/main/editor.js | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |