Commit e1294471 authored by FuryBean's avatar FuryBean Committed by 杨奕

Table: fix do layout in some conditions (#9668)

parent 471b8ff4
...@@ -421,7 +421,7 @@ ...@@ -421,7 +421,7 @@
} }
const height = el.offsetHeight; const height = el.offsetHeight;
if (this.height && oldHeight !== height) { if ((this.height || this.shouldUpdateHeight) && oldHeight !== height) {
shouldUpdateLayout = true; shouldUpdateLayout = true;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment