Commit 9df4da4b authored by Alfredo Sumaran's avatar Alfredo Sumaran

Remove unneeded call to keyup event

This was re-rendering the dropdown unnecessarily
parent 5d744519
...@@ -185,9 +185,6 @@ class GitLabDropdown ...@@ -185,9 +185,6 @@ class GitLabDropdown
@fullData = data @fullData = data
@parseData @fullData @parseData @fullData
if @options.filterable
@filterInput.trigger 'keyup'
} }
# Init filterable # Init filterable
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment