🐛 Fix shape deletion after tiles refactor (#9678)

This commit is contained in:
Elena Torró 2026-05-15 11:06:17 +02:00 committed by GitHub
parent 58c42df37e
commit 053d4a23f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3457,6 +3457,9 @@ impl RenderState {
tile_rect,
);
}
} else {
// Tile is uncached and has no shapes to render
self.apply_render_to_final_canvas(tile_rect)?;
}
}
}