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

This commit is contained in:
Mike Greiling 2017-10-31 21:16:58 -05:00
parent 376b26b3ef
commit 84e67a475b
No known key found for this signature in database
GPG key ID: 0303DF507FA67596

View file

@ -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() {