We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a9f44d commit 5b6cf33Copy full SHA for 5b6cf33
src/vs/editor/browser/controller/editContext/native/screenReaderSupport.ts
@@ -60,6 +60,7 @@ export class ScreenReaderSupport extends Disposable {
60
61
public handleFocusChange(newFocusValue: boolean): void {
62
this._state.value?.onFocusChange(newFocusValue);
63
+ this.writeScreenReaderContent();
64
}
65
66
public onConfigurationChanged(e: ViewConfigurationChangedEvent): void {
0 commit comments