1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Add back in body 'ref'

This commit is contained in:
Richard Lewis
2018-03-29 21:16:12 +01:00
parent 93804e80b8
commit 2e6d6c83cd

View File

@@ -108,8 +108,9 @@ export default class MStickerBody extends MImageBody {
placeholderSize = placeholderSize + 'px'; placeholderSize = placeholderSize + 'px';
// Body 'ref' required by MImageBody
return ( return (
<span className='mx_MStickerBody' <span className='mx_MStickerBody' ref='body'
style={{ style={{
height: placeholderFixupHeight, height: placeholderFixupHeight,
}}> }}>