提交 c17d1907 编写于 作者: P pi1024e

Revert "Fixes"

This reverts commit 41697f62ab0ed562164121024b95b1baabd64e7e.
上级 fd0116b8
......@@ -99,7 +99,7 @@ class ModesContentComputer implements IHoverComputer<HoverPart[]> {
}
computeSync(): HoverPart[] {
if (!(this._editor.hasModel() && this._range)) {
if (!this._editor.hasModel() || !this._range) {
return [];
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册