We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
based on #2 (comment) mentioned. ref video: https://youtu.be/xUU05hvL1Uc
在 home 頁面的時候,我滾動到頁面最底下,然後我點擊了導航欄的 about 鏈接,跳到新頁面後,頁面位置是錯誤的,頁面的位置應該是在頁面最頂上,這樣才是正確的。
The text was updated successfully, but these errors were encountered:
This may be because you use lodash.throttle' instead of lodash.debounce: https://css-tricks.com/debouncing-throttling-explained-examples/
lodash.throttle'
lodash.debounce
With throttle if you have a burst of events, it may skip the actual final position.
Sorry, something went wrong.
[#3] use debounce to replace throttle
d5427fd
@ChrisCinelli thanks for your advise and I've released [0.1.5]
No branches or pull requests
based on #2 (comment) mentioned. ref video: https://youtu.be/xUU05hvL1Uc
The text was updated successfully, but these errors were encountered: