mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Don't select first item of SelectList twice
This commit is contained in:
@@ -43,7 +43,6 @@ class SelectList extends View
|
||||
|
||||
setArray: (@array) ->
|
||||
@populateList()
|
||||
@selectItem(@list.find('li:first'))
|
||||
@setLoading()
|
||||
|
||||
setError: (message) ->
|
||||
|
||||
Reference in New Issue
Block a user