mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
Add alt
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
bb643010a9
commit
6d4ae6481a
1 changed files with 1 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue