mirror of https://github.com/vector-im/riot-web
Fix one variant of a scroll jump that occurs when decrypting an m.text
parent
9eb334a1d4
commit
196e1a4f66
|
@ -215,6 +215,7 @@ module.exports = withMatrixClient(React.createClass({
|
|||
this.setState({
|
||||
verified: verified,
|
||||
});
|
||||
this.props.onWidgetLoad();
|
||||
},
|
||||
|
||||
_propsEqual: function(objA, objB) {
|
||||
|
|
Loading…
Reference in New Issue