mirror of
https://github.com/penpot/penpot.git
synced 2026-05-15 21:13:58 +00:00
🐛 Fix shape deletion after tiles refactor (#9678)
This commit is contained in:
parent
58c42df37e
commit
053d4a23f5
@ -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)?;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user