mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
RootView (instead of Window) handles opening an empty buffer if no path is given.
This commit is contained in:
@@ -49,7 +49,6 @@ windowAdditions =
|
||||
RootView.deserialize(rootViewState)
|
||||
else
|
||||
new RootView(pathToOpen)
|
||||
@rootView.open() unless pathToOpen
|
||||
|
||||
$(@rootViewParentSelector).append @rootView
|
||||
|
||||
|
||||
Reference in New Issue
Block a user