mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Remove isInitialEmptyEditor
This commit is contained in:
@@ -633,7 +633,7 @@ class Atom extends Model
|
||||
|
||||
openInitialEmptyEditorIfNecessary: ->
|
||||
if @getLoadSettings().initialPaths?.length is 0 and @workspace.getPaneItems().length is 0
|
||||
@workspace.open(null, {isInitialEmptyEditor: true})
|
||||
@workspace.open(null)
|
||||
|
||||
###
|
||||
Section: Messaging the User
|
||||
|
||||
Reference in New Issue
Block a user