Skip to content
Snippets Groups Projects
Commit 7a163e52 authored by Emmanuel Salomon's avatar Emmanuel Salomon :fist:
Browse files

fix: prevent bounce to search input in home

parent 79a2aa44
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ export default {
},
},
mounted() {
if (this.focus) this.focus()
if (this.hasFocus) this.focus()
},
methods: {
focus() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment