Skip to content
Snippets Groups Projects
Verified Commit 84e67a47 authored by Mike Greiling's avatar Mike Greiling
Browse files

fix edit token regression within spec/features/issues/filtered_search/visual_tokens_spec.rb

parent 376b26b3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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() {
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