react-infinite-scroll-component icon indicating copy to clipboard operation
react-infinite-scroll-component copied to clipboard

fix the problem that the pull down refresh function fails when scrolling to the bottom

Open hangfgithub opened this issue 7 months ago • 0 comments

fix the problem that the pull down refresh function fails when scrolling to the bottom.

Because after scrolling to the end, actionTriggered is set to true, when the pull-down refreshes, onStart will be triggered. At this time, lastScrollTop is considered to have a value, so it is returned

image

image

hangfgithub avatar Apr 15 '25 14:04 hangfgithub