diff --git a/src/core/xfa/template.js b/src/core/xfa/template.js index 21f7e59d5..0d336faff 100644 --- a/src/core/xfa/template.js +++ b/src/core/xfa/template.js @@ -2332,12 +2332,6 @@ class ExclGroup extends XFAObject { if (!checkDimensions(this, availableSpace)) { return HTMLResult.FAILURE; } - - availableSpace = { - width: this.w === "" ? availableSpace.width : this.w, - height: this.h === "" ? availableSpace.height : this.h, - }; - const filter = new Set(["field"]); if (this.layout.includes("row")) {