Skip to content

Commit 3ff7e76

Browse files
committed
on blur, hide
1 parent 146a7d8 commit 3ff7e76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/terminalContrib/accessibility/browser/terminalAccessibleWidget.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ export abstract class TerminalAccessibleWidget extends DisposableStore {
124124
this._terminalService.setActiveInstance(this._instance as ITerminalInstance);
125125
this._xtermElement.classList.add(ClassName.Hide);
126126
}));
127+
this.add(this._editorWidget.onDidBlurEditorText(async () => this.hide()));
127128
}
128129

129130
registerListeners(): void {

0 commit comments

Comments
 (0)