mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 22:14:58 +08:00
Add back in body 'ref'
This commit is contained in:
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
Block a user