You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-19 20:23:18 +03:00
log scroll events
This commit is contained in:
@ -190,6 +190,7 @@ module.exports = React.createClass({
|
||||
},
|
||||
|
||||
onScroll: function(ev) {
|
||||
debuglog("onScroll", this._getScrollNode().scrollTop);
|
||||
this._scrollTimeout.restart();
|
||||
this._saveScrollState();
|
||||
this.checkFillState();
|
||||
|
Reference in New Issue
Block a user