log scroll events
This commit is contained in:
parent
4bfdbe3094
commit
c9c2519240
1 changed files with 1 additions and 0 deletions
|
@ -190,6 +190,7 @@ module.exports = React.createClass({
|
||||||
},
|
},
|
||||||
|
|
||||||
onScroll: function(ev) {
|
onScroll: function(ev) {
|
||||||
|
debuglog("onScroll", this._getScrollNode().scrollTop);
|
||||||
this._scrollTimeout.restart();
|
this._scrollTimeout.restart();
|
||||||
this._saveScrollState();
|
this._saveScrollState();
|
||||||
this.checkFillState();
|
this.checkFillState();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue