Fix one variant of a scroll jump that occurs when decrypting an m.text
This commit is contained in:
parent
9eb334a1d4
commit
196e1a4f66
1 changed files with 1 additions and 0 deletions
|
@ -215,6 +215,7 @@ module.exports = withMatrixClient(React.createClass({
|
|||
this.setState({
|
||||
verified: verified,
|
||||
});
|
||||
this.props.onWidgetLoad();
|
||||
},
|
||||
|
||||
_propsEqual: function(objA, objB) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue