mirror of
https://github.com/atom/atom.git
synced 2026-02-08 13:45:09 -05:00
Emit window:loaded event after editor window is started
This commit is contained in:
@@ -25,6 +25,7 @@ module.exports = ({blobStore}) ->
|
||||
|
||||
atom.displayWindow().then ->
|
||||
atom.startEditorWindow()
|
||||
require('electron').ipcRenderer.send('window-command', 'window:loaded')
|
||||
|
||||
# Workaround for focus getting cleared upon window creation
|
||||
windowFocused = ->
|
||||
|
||||
Reference in New Issue
Block a user