mirror of https://github.com/vector-im/riot-web
parent
bb643010a9
commit
6d4ae6481a
|
@ -489,6 +489,7 @@ export default class ImageView extends React.Component<IProps, IState> {
|
||||||
<img
|
<img
|
||||||
src={this.props.src}
|
src={this.props.src}
|
||||||
style={style}
|
style={style}
|
||||||
|
alt={this.props.name}
|
||||||
ref={this.image}
|
ref={this.image}
|
||||||
className="mx_ImageView_image"
|
className="mx_ImageView_image"
|
||||||
draggable={true}
|
draggable={true}
|
||||||
|
|
Loading…
Reference in New Issue