You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
When using autobreak and using setPage() to add content to a previous page will lead to falsely added new pages and a continuation of the content at the newly added page (at the end of the document) instead of the already existing next page.
Reproduction:
Create a new document
Add two pages
Set Page to 1
Add content at the end of page that should break to next page
Observed behaviour:
A third page is added and content continues here
Intended behaviour:
No page should be added and content should continue on second page.
When using autobreak and using
setPage()to add content to a previous page will lead to falsely added new pages and a continuation of the content at the newly added page (at the end of the document) instead of the already existing next page.Reproduction:
Observed behaviour:
Intended behaviour: