Skip to content

Commit

Permalink
placing on one line
Browse files Browse the repository at this point in the history
  • Loading branch information
aiday-mar committed Dec 6, 2023
1 parent 5afabd2 commit 6fc4a88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/vs/editor/contrib/hover/browser/hover.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,7 @@ export class HoverController extends Disposable implements IEditorContribution {
// When the alt key is pressed, hover remains visible
return;
}
if (this._contentWidget?.isFocused || this._contentWidget?.isResizing
) {
if (this._contentWidget?.isFocused || this._contentWidget?.isResizing) {
return;
}
if (this._hoverState.mouseDown && this._hoverState.contentHoverFocused) {
Expand Down

0 comments on commit 6fc4a88

Please sign in to comment.