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

this => self

parent a199c58a
No related branches found
No related tags found
No related merge requests found
......@@ -179,7 +179,7 @@
setTimeout(() => {
if (!self.$store.state.noMouse) self.$refs.autocomplete.$refs.input.select()
else self.$refs.autocomplete.$refs.input.blur()
this.suggesting = false
self.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