blind fix to the overlapping sticker bug

pull/21833/head
Matthew Hodgson 2018-05-08 09:49:53 +01:00
parent 8a1bd8da69
commit afb9e1f5f4
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ export default class MStickerBody extends MImageBody {
}
_onImageLoad() {
this.fixupHeight();
this.setState({
placeholderClasses: 'mx_MStickerBody_placeholder_invisible',
});