Save scroll state immediately before updating

Signed-off-by: Oliver Hunt <oliver@hunt.bz>
pull/21833/head
Oliver Hunt 2017-06-12 06:19:12 +01:00
parent 2df32dfabd
commit 4124a8dcff
1 changed files with 4 additions and 0 deletions

View File

@ -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