Skip to content

Commit 66c3c19

Browse files
authored
Revert "Fix disposing context views" (microsoft#211238)
Revert "Fix disposing context views (microsoft#211219)" This reverts commit e46e2ab.
1 parent 3bec854 commit 66c3c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/platform/contextview/browser/contextViewService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export class ContextViewHandler extends Disposable implements IContextViewProvid
4545
this.contextView.show(delegate);
4646

4747
const disposable = toDisposable(() => {
48-
if (this.currentViewDisposable.value === disposable) {
48+
if (this.currentViewDisposable === disposable) {
4949
this.hideContextView();
5050
}
5151
});

0 commit comments

Comments
 (0)