Merge remote-tracking branch 'origin/develop' into develop

pull/21833/head
Weblate 2017-12-01 14:18:22 +00:00
commit ef1faff4b2
1 changed files with 1 additions and 0 deletions

View File

@ -230,6 +230,7 @@ module.exports = React.createClass({
<a href={contentUrl} onClick={this.onClick}>
<img className="mx_MImageBody_thumbnail" src={thumbUrl} ref="image"
alt={content.body}
onLoad={this.props.onWidgetLoad}
onMouseEnter={this.onImageEnter}
onMouseLeave={this.onImageLeave} />
</a>