提交 5c8b5751 编写于 作者: I isidor

debug: fix tests

上级 5c5f93cd
......@@ -92,7 +92,7 @@ export function renderExpressionValue(expressionOrValue: IExpression | string, c
container.textContent = value || '';
}
if (options.showHover) {
container.title = value;
container.title = value || '';
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册