Open w3yyb opened 3 years ago
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)
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)