forked from naskya/firefish
fix: Missing first autosize when opening long draft
This commit is contained in:
parent
e8fc5ec37e
commit
03807b7815
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