Remove unneeded call to keyup event

This was re-rendering the dropdown unnecessarily
This commit is contained in:
Alfredo Sumaran 2016-05-05 16:44:35 -05:00
parent 5d7445198f
commit 9df4da4bc0
1 changed files with 0 additions and 3 deletions

View File

@ -185,9 +185,6 @@ class GitLabDropdown
@fullData = data @fullData = data
@parseData @fullData @parseData @fullData
if @options.filterable
@filterInput.trigger 'keyup'
} }
# Init filterable # Init filterable