feat: enhance image components with draggable attribute and context menu handling
This commit is contained in:
@@ -90,6 +90,7 @@ export const ImageViewer = as<'div', ImageViewerProps>(
|
||||
}}
|
||||
src={src}
|
||||
alt={alt}
|
||||
draggable={false}
|
||||
onMouseDown={onMouseDown}
|
||||
/>
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user