Fix image size jumping regression

Fixes https://github.com/vector-im/riot-web/issues/6654
This commit is contained in:
David Baker 2018-05-17 16:47:17 +01:00
parent bf0ec249b6
commit e53497421e
2 changed files with 2 additions and 2 deletions

View file

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