1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2021-07-17 08:21:46 +02:00
parent bb643010a9
commit 6d4ae6481a

View File

@@ -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}