Funnel cursor and selection updates through EditorComponent

This commit is contained in:
Nathan Sobo
2014-04-15 10:52:05 -06:00
parent f457b41a81
commit 48d90e3dfc
5 changed files with 5 additions and 16 deletions

View File

@@ -613,3 +613,4 @@ class Selection extends Model
screenRangeChanged: ->
screenRange = @getScreenRange()
@emit 'screen-range-changed', screenRange
@editor.selectionScreenRangeChanged(this)