Skip to content

Commit 6382347

Browse files
authored
fix #197252 (#197368)
1 parent d27b275 commit 6382347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/services/hover/browser/hoverService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export class HoverService implements IHoverService {
3737
@ILayoutService private readonly _layoutService: ILayoutService,
3838
@IAccessibilityService private readonly _accessibilityService: IAccessibilityService
3939
) {
40-
contextMenuService.onDidShowContextMenu(() => this.doHideHover());
40+
contextMenuService.onDidShowContextMenu(() => this.hideHover());
4141
}
4242

4343
showHover(options: IHoverOptions, focus?: boolean, skipLastFocusedUpdate?: boolean): IHoverWidget | undefined {

0 commit comments

Comments
 (0)