mirror of
https://example.com
synced 2024-11-22 23:06:38 +09:00
fix: Missing first autosize when opening long draft
This commit is contained in:
parent
e5abb28c7f
commit
bdba88ad4c
1 changed files with 1 additions and 0 deletions
|
@ -1223,6 +1223,7 @@ onMounted(() => {
|
|||
quoteId.value = init.renote ? init.renote.id : null;
|
||||
}
|
||||
|
||||
nextTick(() => autosize.update(textareaEl.value));
|
||||
nextTick(() => watchForDraft());
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue