Skip to content

Commit

Permalink
fix accessibility support status bar on reload and window open (#172934)
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrogge committed Feb 1, 2023
1 parent 6e0c0de commit e3d73a5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export class AccessibilityStatus extends Disposable implements IWorkbenchContrib
}
}));
CommandsRegistry.registerCommand({ id: 'showEditorScreenReaderNotification', handler: () => this.showScreenReaderNotification() });
this.updateScreenReaderModeElement(this._accessibilityService.isScreenReaderOptimized());
}

private showScreenReaderNotification(): void {
Expand Down

0 comments on commit e3d73a5

Please sign in to comment.