Skip to content
Snippets Groups Projects
Commit 40685575 authored by Donald Cook's avatar Donald Cook
Browse files

Updated so tokens are always searched after debounce

parent d9054dfe
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -168,7 +168,7 @@ export default {
if (data || operator) {
this.searchKey = data;
 
if (!this.suggestionsLoading && !this.activeTokenValue) {
if (!this.activeTokenValue) {
let search = this.searchTerm ? this.searchTerm : data;
 
if (search.startsWith('"') && search.endsWith('"')) {
Loading
Loading
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