This commit is contained in:
parent
b633764f0d
commit
48b2d727f9
|
|
@ -9,7 +9,7 @@ const useHashScroll = () => {
|
|||
useEffect(() => {
|
||||
if (!location.hash) {
|
||||
if(navType === 'PUSH') {
|
||||
// scrollToWithLenis(0, { immediate: false });
|
||||
scrollToWithLenis(0, { immediate: false });
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue