mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Deprecate selection:changed
This commit is contained in:
@@ -178,6 +178,8 @@ class WorkspaceView extends View
|
||||
deprecate('Use Pane::onDidDestroy instead')
|
||||
when 'cursor:moved'
|
||||
deprecate('Use Editor::onDidChangeCursorPosition instead')
|
||||
when 'selection:changed'
|
||||
deprecate('Use Editor::onDidChangeSelectionRange instead')
|
||||
originalOn.apply(this, arguments)
|
||||
|
||||
###
|
||||
|
||||
Reference in New Issue
Block a user