remove redundant title text from media modal images in web UI (#35468)
This commit is contained in:
parent
8a1c43bf3b
commit
8baed8b90e
2 changed files with 0 additions and 4 deletions
|
|
@ -306,10 +306,8 @@ export const ZoomableImage: React.FC<ZoomableImageProps> = ({
|
|||
|
||||
<animated.img
|
||||
style={{ transform }}
|
||||
role='presentation'
|
||||
ref={imageRef}
|
||||
alt={alt}
|
||||
title={alt}
|
||||
lang={lang}
|
||||
src={src}
|
||||
width={width}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue