提交 1287f6b1 编写于 作者: I isidor

remove console.log statement

fyi @tyriar
上级 774336d9
......@@ -176,7 +176,6 @@ export class HoverWidget extends Widget {
this._y = targetTop;
}
} else {
console.log('below');
const targetBottom = Math.max(...targetBounds.map(e => e.bottom));
if (targetBottom + this._hover.containerDomNode.clientHeight > window.innerHeight) {
console.log(targetBottom, this._hover.containerDomNode.clientHeight, window.innerHeight);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册