diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-10-31 21:16:58 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-10-31 21:23:24 -0500 |
commit | 84e67a475b821fbbf32828f05c9dc4848f256565 (patch) | |
tree | b948f701c375bdd292018ef519bf0e1acadc3109 /app/assets/javascripts/droplab | |
parent | 376b26b3efa7eb1c76358cc978605fec01bd44c5 (diff) | |
download | gitlab-ce-84e67a475b821fbbf32828f05c9dc4848f256565.tar.gz |
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.js | 2 |
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() { |