Merge pull request #13847 from Snuffleupagus/issue-13835
Remove useless assignment of `availableSpace` in the `src/core/xfa/template.js` file (issue 13829, 13835)
This commit is contained in:
		
						commit
						d5302315ce
					
				@ -2332,12 +2332,6 @@ class ExclGroup extends XFAObject {
 | 
				
			|||||||
    if (!checkDimensions(this, availableSpace)) {
 | 
					    if (!checkDimensions(this, availableSpace)) {
 | 
				
			||||||
      return HTMLResult.FAILURE;
 | 
					      return HTMLResult.FAILURE;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					 | 
				
			||||||
    availableSpace = {
 | 
					 | 
				
			||||||
      width: this.w === "" ? availableSpace.width : this.w,
 | 
					 | 
				
			||||||
      height: this.h === "" ? availableSpace.height : this.h,
 | 
					 | 
				
			||||||
    };
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    const filter = new Set(["field"]);
 | 
					    const filter = new Set(["field"]);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if (this.layout.includes("row")) {
 | 
					    if (this.layout.includes("row")) {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user