diff options
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/views/UnifiedSearch.vue | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/src/views/UnifiedSearch.vue b/core/src/views/UnifiedSearch.vue index 81e59efbd4c..62b5d034038 100644 --- a/core/src/views/UnifiedSearch.vue +++ b/core/src/views/UnifiedSearch.vue @@ -354,7 +354,6 @@ export default { if (event.ctrlKey && event.key === 'f' && !this.open) { event.preventDefault() this.open = true - this.focusInput() } // https://www.w3.org/WAI/GL/wiki/Using_ARIA_menus @@ -374,7 +373,6 @@ export default { methods: { async onOpen() { - this.focusInput() // Update types list in the background this.types = await getTypes() }, |