Skip to content

Don't reload editor when updating page content in preview

Jonas requested to merge fix/preview_update_page_content into main

Instead of using the page timestamp as key for the RichText component, pass it as argument. In the RichText component, update the editor content whenever timestamp changes. Don't set the loading indicator in this case.

This allows seemless page content updates in preview mode.

Fixes: #222 (closed)

Merge request reports