Nest sticker image element for correct positioning of tooltips.

pull/21833/head
Richard Lewis 2018-03-06 10:48:32 +00:00
parent e2cedbe9d7
commit 7755a3ce90
2 changed files with 4401 additions and 7 deletions

View File

@ -53,6 +53,7 @@ export default class MStickerBody extends MImageBody {
return ( return (
<span className="mx_MImageBody" ref="body"> <span className="mx_MImageBody" ref="body">
<div className="mx_MImageBody_thumbnail_container">
<img className="mx_MImageBody_thumbnail" src={thumbUrl} ref="image" <img className="mx_MImageBody_thumbnail" src={thumbUrl} ref="image"
alt={content.body} alt={content.body}
onLoad={this.props.onWidgetLoad} onLoad={this.props.onWidgetLoad}
@ -60,6 +61,7 @@ export default class MStickerBody extends MImageBody {
onMouseLeave={this._onMouseLeave} onMouseLeave={this._onMouseLeave}
/> />
{ tooltip } { tooltip }
</div>
</span> </span>
); );
} }

4392
yarn.lock Normal file

File diff suppressed because it is too large Load Diff