mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
fix(ui): prevent drag of progress images
This commit is contained in:
@@ -733,6 +733,7 @@ const ProgressImage = memo(({ session_id, ...rest }: { session_id: string } & Im
|
||||
objectFit="contain"
|
||||
maxH="full"
|
||||
maxW="full"
|
||||
draggable={false}
|
||||
src={progressImage.dataURL}
|
||||
width={progressImage.width}
|
||||
height={progressImage.height}
|
||||
|
||||
Reference in New Issue
Block a user