mirror of
https://github.com/Azornes/Comfyui-LayerForge.git
synced 2026-03-22 13:12:10 -03:00
Hide pending generation areas
This commit is contained in:
@@ -234,6 +234,9 @@ export class BatchPreviewManager {
|
||||
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();
|
||||
|
||||
Reference in New Issue
Block a user