mirror of
https://github.com/atom/atom.git
synced 2026-02-06 12:44:59 -05:00
Funnel cursor and selection updates through EditorComponent
This commit is contained in:
@@ -1246,6 +1246,9 @@ class Editor extends Model
|
||||
else
|
||||
false
|
||||
|
||||
selectionScreenRangeChanged: (selection) ->
|
||||
@emit 'selection-screen-range-changed', selection
|
||||
|
||||
# Public: Get current {Selection}s.
|
||||
#
|
||||
# Returns: An {Array} of {Selection}s.
|
||||
|
||||
Reference in New Issue
Block a user