mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
💄
This commit is contained in:
@@ -70,7 +70,7 @@ class FuzzyFinder extends SelectList
|
||||
@openPath(path)
|
||||
else
|
||||
@setError('Selected path does not exist')
|
||||
setTimeout(=> @setError('')), 2000
|
||||
setTimeout((=> @setError()), 2000)
|
||||
|
||||
cancelled: ->
|
||||
@miniEditor.setText('')
|
||||
|
||||
Reference in New Issue
Block a user