mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): make progress image not draggable
This commit is contained in:
parent
62ac0ed2dc
commit
7d74cbe29c
@ -77,6 +77,7 @@ const CurrentImagePreview = () => {
|
||||
src={progressImage.dataURL}
|
||||
width={progressImage.width}
|
||||
height={progressImage.height}
|
||||
draggable={false}
|
||||
sx={{
|
||||
objectFit: 'contain',
|
||||
maxWidth: 'full',
|
||||
|
Loading…
Reference in New Issue
Block a user