Add autosize call for all external textarea value changes

This commit is contained in:
Hypolite Petovan 2017-04-18 22:04:23 -04:00
parent 5c3abe0ca6
commit f15bb6c516
5 changed files with 12 additions and 2 deletions

View file

@ -30,6 +30,8 @@ function insertFormatting(BBcode,id) {
}
}
$(textarea).trigger('change');
return true;
}