Remove unneeded call to keyup event
This was re-rendering the dropdown unnecessarily
This commit is contained in:
parent
5d7445198f
commit
9df4da4bc0
1 changed files with 0 additions and 3 deletions
|
@ -185,9 +185,6 @@ class GitLabDropdown
|
|||
@fullData = data
|
||||
|
||||
@parseData @fullData
|
||||
|
||||
if @options.filterable
|
||||
@filterInput.trigger 'keyup'
|
||||
}
|
||||
|
||||
# Init filterable
|
||||
|
|
Loading…
Reference in a new issue