mirror of
https://github.com/atom/atom.git
synced 2026-02-10 22:55:09 -05:00
💄 Replace editor.getBuffer().getText() w/ editor.getText()
This commit is contained in:
@@ -72,7 +72,7 @@ class FuzzyFinder extends View
|
||||
|
||||
populatePathList: ->
|
||||
@pathList.empty()
|
||||
for path in @findMatches(@miniEditor.getBuffer().getText())
|
||||
for path in @findMatches(@miniEditor.getText())
|
||||
@pathList.append $$ -> @li path
|
||||
|
||||
@pathList.children('li:first').addClass 'selected'
|
||||
|
||||
Reference in New Issue
Block a user