提交 6a2d035b 编写于 作者: S SteVen Batten

revert console logs

上级 0aa91689
......@@ -206,11 +206,6 @@ export class Menu extends ActionBar {
const scrollElement = this.scrollableElement.getDomNode();
scrollElement.style.position = '';
console.log(`Window Inner Height: ${window.innerHeight}px`);
console.log(`Menu Container Bounding Rect Top: ${container.getBoundingClientRect().top}px`);
console.log(container);
menuElement.style.maxHeight = `${Math.max(10, window.innerHeight - container.getBoundingClientRect().top - 30)}px`;
this.menuDisposables.add(this.scrollableElement.onScroll(() => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册