mirror of
https://github.com/atom/atom.git
synced 2026-02-07 21:25:05 -05:00
Change editor-selection-change event name to selection-change
This commit is contained in:
@@ -19,7 +19,7 @@ class Gutter extends View
|
||||
editor = @editor()
|
||||
highlightCursorLine = => @highlightCursorLine()
|
||||
editor.on 'cursor-move', highlightCursorLine
|
||||
editor.on 'editor-selection-change', highlightCursorLine
|
||||
editor.on 'selection-change', highlightCursorLine
|
||||
@calculateWidth()
|
||||
|
||||
editor: ->
|
||||
|
||||
Reference in New Issue
Block a user