fix: header and footer compute position list error

pr675
Hufe921 3 years ago
parent e53c0c5d3b
commit 3b66b26c85

@ -72,6 +72,7 @@ export class Footer {
positionList: this.positionList,
rowList: this.rowList,
pageNo: 0,
startRowIndex: 0,
startIndex: 0,
startX,
startY,

@ -69,6 +69,7 @@ export class Header {
positionList: this.positionList,
rowList: this.rowList,
pageNo: 0,
startRowIndex: 0,
startIndex: 0,
startX,
startY,

Loading…
Cancel
Save