c957b159b1
---The bad scenario: If you're at the bottom and you go up using UP_ARROW or HOME key, the coordinate is still at the bottom if we service the callback immediately. This causes 'contentWrapperAtBottomOfPage' to be true and we ended up incrementing the page unnecessarily (even for searches that no longer yield any extra results). ---Fix: Fix by adding a delay. The value can probably be fine-tuned further. |
||
---|---|---|
.. | ||
index.js | ||
view.jsx |