Skip to content
Snippets Groups Projects
Commit 2886f1d4 authored by Alfredo Sumaran's avatar Alfredo Sumaran
Browse files

Reset dropdown list when clicking filter input

parent 45a2f900
Branches
Tags
1 merge request!10132Reset dropdown list when clicking filter input
Pipeline #
Loading
Loading
@@ -56,10 +56,12 @@ require('../window')(function(w){
 
this.hookInput = hookInput;
this.hookInput.trigger.addEventListener('keyup.dl', this.keydownWrapper);
this.hookInput.trigger.addEventListener('mousedown.dl', this.keydownWrapper);
},
 
destroy: function destroy(){
this.hookInput.trigger.removeEventListener('keyup.dl', this.keydownWrapper);
this.hookInput.trigger.removeEventListener('mousedown.dl', this.keydownWrapper);
}
};
});
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment