fix autosize

This commit is contained in:
Lhcfl 2024-02-26 21:03:43 +08:00
parent 1c125a0079
commit 7306e435c1

View file

@ -1081,6 +1081,7 @@ async function post() {
}
posting.value = false;
postAccount.value = null;
nextTick(() => autosize.update(textareaEl.value));
});
})
.catch((err) => {