Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Š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
1 changed files with 1 additions and 0 deletions

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}