提交 50316e6b 编写于 作者: S Sandeep Somavarapu

Fix layout

上级 8bd32b4f
......@@ -96,9 +96,8 @@ export class MarkersPanel extends Panel {
}
public layout(dimension: dom.Dimension): void {
const height = dimension.height - 38;
this.treeContainer.style.height = `${height}px`;
this.tree.layout(height, dimension.width);
this.treeContainer.style.height = `${dimension.height}px`;
this.tree.layout(dimension.height, dimension.width);
this.filterInputActionItem.toggleLayout(dimension.width < 1200);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册