fix autosize

This commit is contained in:
Lhcfl 2024-02-26 20:51:27 +08:00
parent 6a002fd785
commit 853a511f36

View file

@ -1233,6 +1233,7 @@ onMounted(() => {
}
nextTick(() => watchForDraft());
nextTick(() => autosize.update(textareaEl.value));
});
});
</script>