Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6395 from SimonBrandner/fix/image-view-title/18037
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Jul 17, 2021
2 parents 2089127 + 6d4ae64 commit 88aa218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/elements/ImageView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 88aa218

Please sign in to comment.