Skip to content

Commit 3bdc309

Browse files
committed
1 parent 1324426 commit 3bdc309

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)