mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-11 04:17:01 -05:00
Fixes
This commit is contained in:
@@ -99,7 +99,7 @@ class ModesContentComputer implements IHoverComputer<HoverPart[]> {
|
||||
}
|
||||
|
||||
computeSync(): HoverPart[] {
|
||||
if (!this._editor.hasModel() || !this._range) {
|
||||
if (!(this._editor.hasModel() && this._range)) {
|
||||
return [];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user