diff --git a/src/editor/core/draw/frame/Footer.ts b/src/editor/core/draw/frame/Footer.ts index 9e36191..c371d5b 100644 --- a/src/editor/core/draw/frame/Footer.ts +++ b/src/editor/core/draw/frame/Footer.ts @@ -72,6 +72,7 @@ export class Footer { positionList: this.positionList, rowList: this.rowList, pageNo: 0, + startRowIndex: 0, startIndex: 0, startX, startY, diff --git a/src/editor/core/draw/frame/Header.ts b/src/editor/core/draw/frame/Header.ts index df94234..0f4ffc8 100644 --- a/src/editor/core/draw/frame/Header.ts +++ b/src/editor/core/draw/frame/Header.ts @@ -69,6 +69,7 @@ export class Header { positionList: this.positionList, rowList: this.rowList, pageNo: 0, + startRowIndex: 0, startIndex: 0, startX, startY,