Merge pull request #9042 from penpot/alotor-fix-thumbnail-generation

🐛 Fix thumbnail generation
This commit is contained in:
Alejandro Alonso 2026-04-17 13:06:43 +02:00 committed by GitHub
commit ec773703cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1780,8 +1780,6 @@ impl RenderState {
self.render_shape_tree_partial(base_object, tree, timestamp, false)?;
}
self.flush_and_submit();
notify_tiles_render_complete();
Ok(())
}