Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix aborted rendering of non-nested reusable blocks
Since #28405, `render_block_core_block` prevents fatal rendering loops in Reusable Blocks by aborting if a given block has already been rendered. This effectively prevents loops, but also unintentionally prevented the same reusable block from being rendered twice on the same page, even if one isn't nested in the other. This commit fixes this by explicitly forgetting a Reusable Block after it has finished rendering.
- Loading branch information