Don't focus when opening locations

This commit is contained in:
Kevin Sawicki
2015-06-09 16:09:37 -07:00
parent 7d7b2375e1
commit c3953dbbd4

View File

@@ -166,7 +166,6 @@ class AtomWindow
openLocations: (locationsToOpen) ->
if @loaded
@focus()
@sendMessage 'open-locations', locationsToOpen
else
@browserWindow.once 'window:loaded', => @openLocations(locationsToOpen)