mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
Don't focus when opening locations
This commit is contained in:
@@ -166,7 +166,6 @@ class AtomWindow
|
||||
|
||||
openLocations: (locationsToOpen) ->
|
||||
if @loaded
|
||||
@focus()
|
||||
@sendMessage 'open-locations', locationsToOpen
|
||||
else
|
||||
@browserWindow.once 'window:loaded', => @openLocations(locationsToOpen)
|
||||
|
||||
Reference in New Issue
Block a user