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

@@ -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.