fix(ui): make progress image not draggable

This commit is contained in:
psychedelicious 2023-06-07 15:56:56 +10:00
parent 62ac0ed2dc
commit 7d74cbe29c

View File

@ -77,6 +77,7 @@ const CurrentImagePreview = () => {
src={progressImage.dataURL}
width={progressImage.width}
height={progressImage.height}
draggable={false}
sx={{
objectFit: 'contain',
maxWidth: 'full',