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
parent
commit
46f1879642
No known key found for this signature in database GPG Key ID: 7076EA9751AACDDA
  1. 3
      src/components/LeftSidebar/LeftSidebar.vue

3
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()
},
/**

Loading…
Cancel
Save