fix autosize
This commit is contained in:
parent
6a002fd785
commit
853a511f36
1 changed files with 1 additions and 0 deletions
|
@ -1233,6 +1233,7 @@ onMounted(() => {
|
|||
}
|
||||
|
||||
nextTick(() => watchForDraft());
|
||||
nextTick(() => autosize.update(textareaEl.value));
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue