Skip to content

Commit be9c65b

Browse files
feat(ui): log $stageAttrs in CanvasStageModule.repr()
1 parent cd2f9b1 commit be9c65b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

invokeai/frontend/web/src/features/controlLayers/konva/CanvasStageModule.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@ export class CanvasStageModule extends CanvasModuleBase {
380380
type: this.type,
381381
path: this.path,
382382
config: this.config,
383+
$stageAttrs: this.$stageAttrs.get(),
383384
konva: {
384385
stage: getKonvaNodeDebugAttrs(this.konva.stage),
385386
},

0 commit comments

Comments
 (0)