mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Fix bug where text typed into empty buffer was on the wrong line.
This commit is contained in:
@@ -45,7 +45,6 @@ class Editor extends View
|
||||
@handleEvents()
|
||||
@setBuffer(new Buffer)
|
||||
@autoIndent = true
|
||||
@lineCache = []
|
||||
|
||||
bindKeys: ->
|
||||
window.keymap.bindKeys '*:not(.editor *)',
|
||||
|
||||
Reference in New Issue
Block a user