mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Multiple windows can be opened, and their buffer state is saved.
This commit is contained in:
@@ -73,7 +73,6 @@ class Editor
|
||||
mode = @modeForPath path
|
||||
buffer.setMode new mode if mode
|
||||
|
||||
return
|
||||
@buffers[path] = buffer
|
||||
|
||||
buffer.on 'change', -> buffer.$atom_dirty = true
|
||||
|
||||
Reference in New Issue
Block a user