mirror of
https://github.com/atom/atom.git
synced 2026-02-09 14:15:24 -05:00
💄
This commit is contained in:
@@ -72,7 +72,7 @@ class RootView extends View
|
||||
if @editors.length
|
||||
_.last(@editors)
|
||||
else
|
||||
editor = new Editor()
|
||||
editor = new Editor
|
||||
@editors.push(editor)
|
||||
editor.appendTo(@panes)
|
||||
editor.focus()
|
||||
|
||||
Reference in New Issue
Block a user