Skip to content

Update overflow methods

Boris Budini requested to merge previewer_hooks into master

Overflow after initial page rendering now passes a new breakToken to the next page and re-renders that page from that breakToken. All Hooks will be rerun for the content

Underflow will pass a endToken but doesn't yet re-render

Note that content changes are not synced to the source, so all changes will need to be re-applied on re-rendering

Edited by Boris Budini

Merge request reports