mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Deprecate cursor:moved
This commit is contained in:
@@ -175,7 +175,9 @@ class WorkspaceView extends View
|
||||
@on = (eventName) =>
|
||||
switch eventName
|
||||
when 'pane:removed'
|
||||
deprecate("Use Pane::onDidDestroy instead")
|
||||
deprecate('Use Pane::onDidDestroy instead')
|
||||
when 'cursor:moved'
|
||||
deprecate('Use Editor::onDidChangeCursorPosition instead')
|
||||
originalOn.apply(this, arguments)
|
||||
|
||||
###
|
||||
|
||||
Reference in New Issue
Block a user