You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-05 23:10:41 +03:00
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user