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
No known key found for this signature in database
GPG key ID: CC823428E9B582FB

View file

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