fix autosize
This commit is contained in:
parent
1c125a0079
commit
7306e435c1
1 changed files with 1 additions and 0 deletions
|
@ -1081,6 +1081,7 @@ async function post() {
|
|||
}
|
||||
posting.value = false;
|
||||
postAccount.value = null;
|
||||
nextTick(() => autosize.update(textareaEl.value));
|
||||
});
|
||||
})
|
||||
.catch((err) => {
|
||||
|
|
Loading…
Reference in a new issue