This commit is contained in:
zhangjianjun 2026-04-15 13:35:37 +08:00
parent b633764f0d
commit 48b2d727f9
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ const useHashScroll = () => {
useEffect(() => {
if (!location.hash) {
if(navType === 'PUSH') {
// scrollToWithLenis(0, { immediate: false });
scrollToWithLenis(0, { immediate: false });
}
return;
}