mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-10 20:54:26 +02:00
Add autosize call for all external textarea value changes
This commit is contained in:
parent
5c3abe0ca6
commit
f15bb6c516
5 changed files with 12 additions and 2 deletions
|
@ -30,6 +30,8 @@ function insertFormatting(BBcode,id) {
|
|||
}
|
||||
}
|
||||
|
||||
$(textarea).trigger('change');
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue