mirror of
https://github.com/vector-im/element-web.git
synced 2026-02-14 20:22:25 +01:00
Save scroll state immediately before updating
Signed-off-by: Oliver Hunt <oliver@hunt.bz>
This commit is contained in:
parent
2df32dfabd
commit
4124a8dcff
@ -160,6 +160,10 @@ module.exports = React.createClass({
|
||||
this.checkFillState();
|
||||
},
|
||||
|
||||
componentWillUpdate: function(nextProps, nextState) {
|
||||
this._saveScrollState();
|
||||
},
|
||||
|
||||
componentDidUpdate: function() {
|
||||
// after adding event tiles, we may need to tweak the scroll (either to
|
||||
// keep at the bottom of the timeline, or to maintain the view after
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user