fix edit token regression within spec/features/issues/filtered_search/visual_tokens_spec.rb
This commit is contained in:
parent
376b26b3ef
commit
84e67a475b
1 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue