mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
Add alt
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
bb643010a9
commit
6d4ae6481a
@ -489,6 +489,7 @@ export default class ImageView extends React.Component<IProps, IState> {
|
||||
<img
|
||||
src={this.props.src}
|
||||
style={style}
|
||||
alt={this.props.name}
|
||||
ref={this.image}
|
||||
className="mx_ImageView_image"
|
||||
draggable={true}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user