mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): fix metadata viewer not working for canvas images
This commit is contained in:
parent
229de2dbb8
commit
fc5f9c30a6
@ -117,7 +117,7 @@ const CurrentImagePreview = () => {
|
||||
/>
|
||||
</Flex>
|
||||
)}
|
||||
{shouldShowImageDetails && image && image.metadata && (
|
||||
{shouldShowImageDetails && image && (
|
||||
<Box
|
||||
sx={{
|
||||
position: 'absolute',
|
||||
|
Loading…
Reference in New Issue
Block a user