mirror of https://github.com/vector-im/riot-web
blind fix to the overlapping sticker bug
parent
8b2eb2c400
commit
984961a3ed
|
@ -40,6 +40,7 @@ export default class MStickerBody extends MImageBody {
|
|||
}
|
||||
|
||||
_onImageLoad() {
|
||||
this.fixupHeight();
|
||||
this.setState({
|
||||
placeholderClasses: 'mx_MStickerBody_placeholder_invisible',
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue