feat(ui): add more to CanvasStagingAreaModule repr

This commit is contained in:
psychedelicious
2025-02-11 10:16:41 +11:00
parent f4ee59b92a
commit d09e600802

View File

@@ -136,6 +136,7 @@ export class CanvasStagingAreaModule extends CanvasModuleBase {
selectedImage: this.selectedImage,
$shouldShowStagedImage: this.$shouldShowStagedImage.get(),
$isStaging: this.$isStaging.get(),
image: this.image?.repr() ?? null,
};
};
}