mirror of https://github.com/vector-im/riot-web
Save scroll state immediately before updating
Signed-off-by: Oliver Hunt <oliver@hunt.bz>pull/21833/head
parent
2df32dfabd
commit
4124a8dcff
|
@ -160,6 +160,10 @@ module.exports = React.createClass({
|
||||||
this.checkFillState();
|
this.checkFillState();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
componentWillUpdate: function(nextProps, nextState) {
|
||||||
|
this._saveScrollState();
|
||||||
|
},
|
||||||
|
|
||||||
componentDidUpdate: function() {
|
componentDidUpdate: function() {
|
||||||
// after adding event tiles, we may need to tweak the scroll (either to
|
// 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
|
// keep at the bottom of the timeline, or to maintain the view after
|
||||||
|
|
Loading…
Reference in New Issue