upd: add back focus

This commit is contained in:
Marie 2024-02-03 21:17:46 +00:00
parent dff7b98ebc
commit 6b068d2311
1 changed files with 1 additions and 0 deletions

View File

@ -783,6 +783,7 @@ function loadConversation() {
noteId: appearNote.value.replyId,
}).then(res => {
conversation.value = res.reverse();
focus();
});
}