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

Fix incorrect self

parent f3fc0138
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@
},
select(item) {
if (item) {
if (item.q === self.$refs.autocomplete.searchInput) {
if (item.q === this.$refs.autocomplete.searchInput) {
this.items = []
this.suggesting = false
......
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