You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-29 21:23:11 +03:00
ScrollPanel: implement forward-fill
This commit is contained in:
@@ -150,6 +150,9 @@ module.exports = React.createClass({
|
||||
// more messages.
|
||||
this._maybeFill(true);
|
||||
}
|
||||
if (sn.scrollTop > sn.scrollHeight - sn.clientHeight * 2) {
|
||||
this._maybeFill(false);
|
||||
}
|
||||
},
|
||||
|
||||
// check if there is already a pending fill request. If not, set one off.
|
||||
|
||||
Reference in New Issue
Block a user