Skip to content

Commit bca9ef4

Browse files
committed
1 parent 970eb55 commit bca9ef4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ export class DebugEditorContribution implements IDebugEditorContribution {
414414
return;
415415
}
416416

417-
if (!this.configurationService.getValue<IDebugConfiguration>('debug').enableAllHovers) {
417+
if (this.configurationService.getValue<IDebugConfiguration>('debug').enableAllHovers && mouseEvent.target.position) {
418418
this.nonDebugHoverPosition = mouseEvent.target.position;
419419
this.provideNonDebugHoverScheduler.schedule();
420420
}

0 commit comments

Comments
 (0)