Add back in body 'ref'
This commit is contained in:
parent
93804e80b8
commit
2e6d6c83cd
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||||
}}>
|
}}>
|
||||||
|
|
Loading…
Reference in a new issue