mirror of https://github.com/vector-im/riot-web
Add back in body 'ref'
parent
93804e80b8
commit
2e6d6c83cd
|
@ -108,8 +108,9 @@ export default class MStickerBody extends MImageBody {
|
|||
|
||||
placeholderSize = placeholderSize + 'px';
|
||||
|
||||
// Body 'ref' required by MImageBody
|
||||
return (
|
||||
<span className='mx_MStickerBody'
|
||||
<span className='mx_MStickerBody' ref='body'
|
||||
style={{
|
||||
height: placeholderFixupHeight,
|
||||
}}>
|
||||
|
|
Loading…
Reference in New Issue