-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix for flowing text always appending a new page #1256
base: master
Are you sure you want to change the base?
Conversation
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.14.1 to 4.16.6. - [Release notes](https://github.com/browserslist/browserslist/releases) - [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md) - [Commits](browserslist/browserslist@4.14.1...4.16.6) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [ws](https://github.com/websockets/ws) from 7.3.1 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@7.3.1...7.4.6) Signed-off-by: dependabot[bot] <support@github.com>
@liborm85 @devongovett any comments on this change? |
Any update on this ? |
Hope to see updates on this. |
Is there any progress on this issue / PR ? Thank you |
When creating implicit rows by positioning the text at specific points the auto text overflow to the next page always added a new page at the end. Thus, it was not possible to create custom column layouts as the text should wrap to the next page when the document end is not reached.
Bugfix
#1201
What kind of change does this PR introduce?
Allows text to flow to the following page when the current page is followed by another existing page. Only when the document end is reached it will append a new page
Checklist:
I added visual tests to demonstrate the behavior