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 5a927a7 commit 6d67967Copy full SHA for 6d67967
src/vs/editor/contrib/hover/browser/hover.ts
@@ -166,8 +166,8 @@ export class ModesHoverController implements IEditorContribution {
166
return;
167
}
168
169
- if (target.type === MouseTargetType.OVERLAY_WIDGET && target.detail === MarginHoverWidget.ID) {
170
- // mouse moved on top of overlay margin hover widget
+ if (this._isHoverSticky && target.type === MouseTargetType.OVERLAY_WIDGET && target.detail === MarginHoverWidget.ID) {
+ // mouse moved on top of overlay hover widget
171
172
173
0 commit comments