Browse Source
Don't focus the first item randomly, arrow up/down does that already
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/5541/head
Joas Schilling
5 years ago
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with
0 additions and
3 deletions
-
src/components/LeftSidebar/LeftSidebar.vue
|
|
@ -344,9 +344,6 @@ export default { |
|
|
|
|
|
|
|
async fetchSearchResults() { |
|
|
|
await Promise.all([this.fetchPossibleConversations(), this.fetchListedConversations()]) |
|
|
|
|
|
|
|
// If none already focused, focus the first rendered result |
|
|
|
this.focusInitialise() |
|
|
|
}, |
|
|
|
|
|
|
|
/** |
|
|
|