mirror of
https://github.com/atom/atom.git
synced 2026-02-13 16:14:59 -05:00
@@ -62,6 +62,8 @@ class SelectList extends View
|
||||
@loading.text(message).show()
|
||||
|
||||
populateList: ->
|
||||
return unless @array?
|
||||
|
||||
filterQuery = @miniEditor.getText()
|
||||
if filterQuery.length
|
||||
filteredArray = fuzzyFilter(@array, filterQuery, key: @filterKey)
|
||||
|
||||
Reference in New Issue
Block a user