Skip to content

Commit 6833579

Browse files
authored
Merge pull request microsoft#201240 from microsoft/merogge/link-qp
fix bug with terminal accessible view
2 parents de809ac + 3bdc309 commit 6833579

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/accessibility/browser/accessibleView.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,7 @@ export class AccessibleView extends Disposable {
505505
e.stopPropagation();
506506
this._contextViewService.hideContextView();
507507
this._updateContextKeys(provider, false);
508+
this._lastProvider = undefined;
508509
};
509510
const disposableStore = new DisposableStore();
510511
disposableStore.add(this._editorWidget.onKeyDown((e) => {

0 commit comments

Comments
 (0)