mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-29 09:09:03 +01:00
refactoring the code
This commit is contained in:
@@ -216,6 +216,9 @@ export class ModesHoverController implements IEditorContribution {
|
||||
this._glyphWidget.startShowingAt(target.position.lineNumber);
|
||||
return;
|
||||
}
|
||||
if (this._contentWidget?.isFocused()) {
|
||||
return;
|
||||
}
|
||||
if (!this._contentWidget?.widget.isResizing && !_sticky) {
|
||||
this._hideWidgets();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user