mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-27 17:31:50 +02:00
Indicate event tile resize after rendering
This commit is contained in:
parent
196e1a4f66
commit
a516c18cc5
@ -214,8 +214,10 @@ module.exports = withMatrixClient(React.createClass({
|
||||
const verified = await this.props.matrixClient.isEventSenderVerified(mxEvent);
|
||||
this.setState({
|
||||
verified: verified,
|
||||
});
|
||||
}, () => {
|
||||
// Decryption may have caused a change in size
|
||||
this.props.onWidgetLoad();
|
||||
});
|
||||
},
|
||||
|
||||
_propsEqual: function(objA, objB) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user