Skip to content
Snippets Groups Projects
Commit 0a0c6cb9 authored by Kushal Pandya's avatar Kushal Pandya
Browse files

Merge branch '361073-tokens-in-vue-issue-list-filter-bar-not-behaving-correctly-2' into 'master'

Updated so tokens are always searched after debounce

See merge request gitlab-org/gitlab!88321
parents aeaf797f 40685575
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