mirror of
https://github.com/atom/atom.git
synced 2026-02-15 09:05:58 -05:00
💄
This commit is contained in:
@@ -162,7 +162,7 @@ class FuzzyFinderView extends SelectList
|
||||
@loadPathsTask.start()
|
||||
|
||||
populateOpenBufferPaths: ->
|
||||
editSessions = project.getEditSessions().filter (editSession)->
|
||||
editSessions = project.getEditSessions().filter (editSession) ->
|
||||
editSession.getPath()?
|
||||
|
||||
editSessions = _.sortBy editSessions, (editSession) =>
|
||||
|
||||
Reference in New Issue
Block a user