mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Remove unneded focus() call
focus() is called from attach()
This commit is contained in:
@@ -135,7 +135,6 @@ class TreeView extends ScrollView
|
||||
|
||||
revealActiveFile: ->
|
||||
@attach()
|
||||
@focus()
|
||||
|
||||
return unless activeFilePath = @rootView.getActiveEditor()?.getPath()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user