mirror of
https://github.com/atom/atom.git
synced 2026-02-16 01:25:13 -05:00
Funnel cursor and selection updates through EditorComponent
This commit is contained in:
@@ -613,3 +613,4 @@ class Selection extends Model
|
||||
screenRangeChanged: ->
|
||||
screenRange = @getScreenRange()
|
||||
@emit 'screen-range-changed', screenRange
|
||||
@editor.selectionScreenRangeChanged(this)
|
||||
|
||||
Reference in New Issue
Block a user