feat(ui): log $stageAttrs in CanvasStageModule.repr()

This commit is contained in:
psychedelicious
2024-09-14 19:15:18 +10:00
parent cd2f9b1884
commit be9c65b8a2

View File

@@ -380,6 +380,7 @@ export class CanvasStageModule extends CanvasModuleBase {
type: this.type,
path: this.path,
config: this.config,
$stageAttrs: this.$stageAttrs.get(),
konva: {
stage: getKonvaNodeDebugAttrs(this.konva.stage),
},