mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
feat(ui): add more to CanvasStagingAreaModule repr
This commit is contained in:
@@ -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,
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user