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

Don't always paginate when mounting a ScrollPanel
pull/21833/head
David Baker 2017-09-08 15:51:55 +01:00 committed by GitHub
commit 13b094a3f6
1 changed files with 1 additions and 1 deletions

View File

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