Hide pending generation areas

This commit is contained in:
Dariusz L
2025-07-30 09:52:07 +02:00
parent 3941104bd5
commit 0de9aabb72
5 changed files with 140 additions and 45 deletions

View File

@@ -179,6 +179,8 @@ export class BatchPreviewManager {
this.layers.forEach((layer) => {
layer.visible = true;
});
// Clear selection - deselect all layers
this.canvas.updateSelection([]);
// Update the layers panel to reflect visibility changes
if (this.canvas.canvasLayersPanel) {
this.canvas.canvasLayersPanel.onLayersChanged();