Skip to content

Commit 5b6cf33

Browse files
authored
Write screen reader content on focus change (microsoft#262285)
write screen reader content on focus change
1 parent 8a9f44d commit 5b6cf33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/editor/browser/controller/editContext/native/screenReaderSupport.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export class ScreenReaderSupport extends Disposable {
6060

6161
public handleFocusChange(newFocusValue: boolean): void {
6262
this._state.value?.onFocusChange(newFocusValue);
63+
this.writeScreenReaderContent();
6364
}
6465

6566
public onConfigurationChanged(e: ViewConfigurationChangedEvent): void {

0 commit comments

Comments
 (0)