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 146a7d8 commit 3ff7e76Copy full SHA for 3ff7e76
src/vs/workbench/contrib/terminalContrib/accessibility/browser/terminalAccessibleWidget.ts
@@ -124,6 +124,7 @@ export abstract class TerminalAccessibleWidget extends DisposableStore {
124
this._terminalService.setActiveInstance(this._instance as ITerminalInstance);
125
this._xtermElement.classList.add(ClassName.Hide);
126
}));
127
+ this.add(this._editorWidget.onDidBlurEditorText(async () => this.hide()));
128
}
129
130
registerListeners(): void {
0 commit comments