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