Merge pull request #1369 from matrix-org/dbkr/dont_always_paginate

Don't always paginate when mounting a ScrollPanel
This commit is contained in:
David Baker 2017-09-08 15:51:55 +01:00 committed by GitHub
commit 13b094a3f6

View file

@ -157,7 +157,7 @@ module.exports = React.createClass({
}, },
componentDidMount: function() { componentDidMount: function() {
this.checkFillState(); this.checkScroll();
}, },
componentDidUpdate: function() { componentDidUpdate: function() {