fix(ui): prevent drag of progress images

This commit is contained in:
psychedelicious
2025-06-04 14:30:02 +10:00
parent ea42d08bc2
commit 7a01278537

View File

@@ -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}