Skip to content
Snippets Groups Projects
Commit 2ea40600 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

fix autofocus bug

parent ee6946e5
No related branches found
No related tags found
No related merge requests found
......@@ -174,7 +174,7 @@ import Menu from './Menu.vue'
let self = this
setTimeout(() => {
if (this.$vuetify.breakpoint.mdAndUp) self.$refs.autocomplete.$refs.input.select()
if (self.$vuetify.breakpoint.mdAndUp) self.$refs.autocomplete.$refs.input.select()
else self.$refs.autocomplete.$refs.input.blur()
this.suggesting = false
}, 1)
......
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