summaryrefslogtreecommitdiffstats
path: root/core/src
diff options
context:
space:
mode:
Diffstat (limited to 'core/src')
-rw-r--r--core/src/views/UnifiedSearch.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/views/UnifiedSearch.vue b/core/src/views/UnifiedSearch.vue
index 2251ac2dd39..8e2c74c5334 100644
--- a/core/src/views/UnifiedSearch.vue
+++ b/core/src/views/UnifiedSearch.vue
@@ -488,7 +488,7 @@ export default {
*/
focusNext(event) {
if (this.focused === null) {
- this.focusFirst()
+ this.focusFirst(event)
return
}