1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-20 16:22:28 +03:00

blind fix to the overlapping sticker bug

This commit is contained in:
Matthew Hodgson
2018-05-08 09:49:53 +01:00
parent 8b2eb2c400
commit 984961a3ed

View File

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