mirror of
https://github.com/Azornes/Comfyui-LayerForge.git
synced 2026-03-21 20:52:12 -03:00
Hide pending generation areas
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user