diff --git a/src/component/Canvas/CanvasEditor/commands/FillGroupLayerBackgroundCommand.js b/src/component/Canvas/CanvasEditor/commands/FillGroupLayerBackgroundCommand.js index ca77a529..b38a3954 100644 --- a/src/component/Canvas/CanvasEditor/commands/FillGroupLayerBackgroundCommand.js +++ b/src/component/Canvas/CanvasEditor/commands/FillGroupLayerBackgroundCommand.js @@ -49,6 +49,7 @@ export class FillGroupLayerBackgroundCommand extends Command { ); this.layer = layer; this.parent = parent; + console.log("==========",layer); if (!layer) return false; if(!isUndo){