mirror of
https://example.com
synced 2024-11-22 11:56:38 +09:00
fix: fixed post form does not shrink when posting
This commit is contained in:
parent
3a0a2d04f3
commit
89d058ddc8
1 changed files with 1 additions and 0 deletions
|
@ -1074,6 +1074,7 @@ async function post() {
|
|||
}
|
||||
posting.value = false;
|
||||
postAccount.value = null;
|
||||
nextTick(() => autosize.update(textareaEl.value));
|
||||
});
|
||||
})
|
||||
.catch((err) => {
|
||||
|
|
Loading…
Reference in a new issue