Merge pull request #6395 from SimonBrandner/fix/image-view-title/18037

This commit is contained in:
Michael Telatynski
2021-07-17 14:11:43 +01:00
committed by GitHub

View File

@@ -488,8 +488,8 @@ export default class ImageView extends React.Component<IProps, IState> {
>
<img
src={this.props.src}
title={this.props.name}
style={style}
alt={this.props.name}
ref={this.image}
className="mx_ImageView_image"
draggable={true}