mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Deprecate pane:item-moved
This commit is contained in:
@@ -184,6 +184,8 @@ class WorkspaceView extends View
|
||||
deprecate('Use Pane::onDidChangeActive instead')
|
||||
when 'pane:item-added'
|
||||
deprecate('Use Pane::onDidAddItem instead')
|
||||
when 'pane:item-moved'
|
||||
deprecate('Use Pane::onDidMoveItem instead')
|
||||
when 'pane:item-removed'
|
||||
deprecate('Use Pane::onDidRemoveItem instead')
|
||||
when 'pane:removed'
|
||||
|
||||
Reference in New Issue
Block a user