Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/LeftSidebar/SearchBox/SearchBox.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/LeftSidebar/SearchBox/SearchBox.vue b/src/components/LeftSidebar/SearchBox/SearchBox.vue
index 9d36b26c7..cb3d11943 100644
--- a/src/components/LeftSidebar/SearchBox/SearchBox.vue
+++ b/src/components/LeftSidebar/SearchBox/SearchBox.vue
@@ -101,7 +101,7 @@ export default {
methods: {
// Focus the input field of the searchbox component.
focusInput() {
- this.$refs.searchConversations.focus()
+ this.$refs.searchConversations.$el.focus()
},
// Focuses the input if the current route is root.
focusInputIfRoot() {