提交 9c9e3164 编写于 作者: J Joao Moreno

fixes #60018

上级 8bd5387d
......@@ -188,9 +188,9 @@ export abstract class Panel implements IView {
layout(size: number): void {
const headerSize = this.headerVisible ? Panel.HEADER_SIZE : 0;
this.layoutBody(size - headerSize);
if (this.isExpanded()) {
this.layoutBody(size - headerSize);
this.expandedSize = size;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册