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
commit 88aa2182b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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}