Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-11-01 05:16:58 +0300
committerMike Greiling <mike@pixelcog.com>2017-11-01 05:23:24 +0300
commit84e67a475b821fbbf32828f05c9dc4848f256565 (patch)
treeb948f701c375bdd292018ef519bf0e1acadc3109 /app/assets/javascripts/droplab
parent376b26b3efa7eb1c76358cc978605fec01bd44c5 (diff)
fix edit token regression within spec/features/issues/filtered_search/visual_tokens_spec.rb
Diffstat (limited to 'app/assets/javascripts/droplab')
-rw-r--r--app/assets/javascripts/droplab/plugins/filter.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/assets/javascripts/droplab/plugins/filter.js b/app/assets/javascripts/droplab/plugins/filter.js
index d6a1aadd49c..404d707cf7a 100644
--- a/app/assets/javascripts/droplab/plugins/filter.js
+++ b/app/assets/javascripts/droplab/plugins/filter.js
@@ -79,8 +79,6 @@ const Filter = {
this.hook.trigger.addEventListener('keydown.dl', this.eventWrapper.debounceKeydown);
this.hook.trigger.addEventListener('mousedown.dl', this.eventWrapper.debounceKeydown);
-
- this.debounceKeydown({ detail: { hook: this.hook } });
},
destroy: function destroy() {