Skip to content

Commit

Permalink
replaced onDidChangeActiveWidget with onDidChangeCurrentWidget
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Arad <[email protected]>
  • Loading branch information
danarad05 authored and kittaakos committed Sep 16, 2020
1 parent b43a162 commit 32766c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/browser/shell/application-shell.ts
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ export class ApplicationShell extends Widget {
/**
* A signal emitted whenever the `currentWidget` property is changed.
*
* @deprecated since 0.11.0, use `onDidChangeActiveWidget` instead
* @deprecated since 0.11.0, use `onDidChangeCurrentWidget` instead
*/
readonly currentChanged = new Signal<this, FocusTracker.IChangedArgs<Widget>>(this);

Expand Down

0 comments on commit 32766c0

Please sign in to comment.