提交 5de1961c 编写于 作者: S Sandeep Somavarapu

enable small layout with height

上级 c7f9a2af
......@@ -171,7 +171,7 @@ export class MarkersView extends ViewPane implements IMarkerFilterController {
public layoutBody(height: number, width: number): void {
const wasSmallLayout = this.isSmallLayout;
this.isSmallLayout = width < 600;
this.isSmallLayout = width < 600 && height > 100;
if (this.isSmallLayout !== wasSmallLayout) {
this.updateActions();
if (this.filterActionBar) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册