You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 25, 2022. It is now read-only.
When I first into a page ,it can't scroll to the right position ,bug if I resize the window, then it can.
To fix this bug:
First
change: return window.addEventListener("resize", h), h
to : return window.addEventListener("resize", h),window.addEventListener("load", h), h
Then
add : window.removeEventListener("load", f)
after
window.removeEventListener("resize", f)
The text was updated successfully, but these errors were encountered: