This commit is contained in:
Corey Johnson
2012-06-07 10:54:42 -07:00
parent 5d67b63253
commit 01d819abc8

View File

@@ -754,6 +754,7 @@ class Editor extends View
unsubscribeFromBuffer: ->
@buffer.off ".editor#{@id}"
remove: (selector, keepData) ->
return super if keepData
@@ -768,8 +769,6 @@ class Editor extends View
if @pane() then @pane().remove() else super
rootView?.focus()
stateForScreenRow: (row) ->
@renderer.lineForRow(row).state