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

trim query string

parent aec7b9b7
No related branches found
No related tags found
No related merge requests found
......@@ -111,6 +111,7 @@ import Menu from './Menu.vue'
return this.$parent.lang
},
run_query(q, time) {
q = q.trim()
this.suggesting = true
// Search options while waiting for response
var search = 0
......
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