upd: add back focus
This commit is contained in:
parent
dff7b98ebc
commit
6b068d2311
1 changed files with 1 additions and 0 deletions
|
@ -783,6 +783,7 @@ function loadConversation() {
|
|||
noteId: appearNote.value.replyId,
|
||||
}).then(res => {
|
||||
conversation.value = res.reverse();
|
||||
focus();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue