1
0
Fork 1
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:
Lhcfl 2024-01-04 11:13:55 +09:00 committed by naskya
parent 3a0a2d04f3
commit 89d058ddc8
Signed by: naskya
GPG key ID: 712D413B3A9FED5C

View file

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