frio: resize textareas on typing.
This commit is contained in:
parent
dfac110887
commit
9653ae98ae
16 changed files with 445 additions and 13 deletions
|
@ -135,11 +135,13 @@ var FileBrowser = {
|
|||
this.dataset.filename,
|
||||
embed,
|
||||
FileBrowser.id,
|
||||
this.dataset.img
|
||||
this.dataset.img,
|
||||
]);
|
||||
|
||||
// close model
|
||||
$('#modal').modal('hide');
|
||||
// update autosize for this textarea
|
||||
autosize.update($(".text-autosize"));
|
||||
// if (id!=="") {
|
||||
// commentExpand(FileBrowser.id);
|
||||
// //$("#comment-edit-text-558").empty();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue