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
|
||||
src={this.props.src}
|
||||
style={style}
|
||||
alt={this.props.name}
|
||||
ref={this.image}
|
||||
className="mx_ImageView_image"
|
||||
draggable={true}
|
||||
|
|
Loading…
Reference in New Issue