mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 16:30:13 +01:00
Autosize the rich editor (for card description and comments)
This commit is contained in:
parent
56a240a643
commit
a12f094710
6 changed files with 15 additions and 3 deletions
|
|
@ -3,6 +3,8 @@ var dropdownMenuIsOpened = false;
|
|||
Template.editor.onRendered(function() {
|
||||
var $textarea = this.$('textarea');
|
||||
|
||||
autosize($textarea);
|
||||
|
||||
$textarea.textcomplete([
|
||||
// Emojies
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue