Fix image size jumping regression
Fixes https://github.com/vector-im/riot-web/issues/6654
This commit is contained in:
parent
bf0ec249b6
commit
e53497421e
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,6 @@ export default class MStickerBody extends MImageBody {
|
|||
}
|
||||
|
||||
_onImageLoad() {
|
||||
this.fixupHeight();
|
||||
this.setState({
|
||||
placeholderClasses: 'mx_MStickerBody_placeholder_invisible',
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue