We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d27b275 commit 6382347Copy full SHA for 6382347
src/vs/workbench/services/hover/browser/hoverService.ts
@@ -37,7 +37,7 @@ export class HoverService implements IHoverService {
37
@ILayoutService private readonly _layoutService: ILayoutService,
38
@IAccessibilityService private readonly _accessibilityService: IAccessibilityService
39
) {
40
- contextMenuService.onDidShowContextMenu(() => this.doHideHover());
+ contextMenuService.onDidShowContextMenu(() => this.hideHover());
41
}
42
43
showHover(options: IHoverOptions, focus?: boolean, skipLastFocusedUpdate?: boolean): IHoverWidget | undefined {
0 commit comments