ad37edf681
## Fixes: 3071: "Infinite scroll stops working when navigating to file page / back" ## The Issue: In the POP operation, the `page` value is back to 1 due to the initializer `useState(1)`. If the results cache already contained more than 1 page's worth, then the rest of the logic thinks there's nothing to do. ## The Fix: Previous fixes to Inf-Scroll added a "page correction" code to handle the mismatch. This fix simply adds this scenario to the list of scenarios to perform the correction. |
||
---|---|---|
.. | ||
index.js | ||
view.jsx |