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