Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 7fa9e21

Browse files
Hubert KosterHubert Koster
authored andcommitted
chore: fix
1 parent f215439 commit 7fa9e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/useScrollTo/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { useEffect } from 'react';
22

3-
const useScrollTo = (ref, history, is_scrolling = true) => {
3+
const useScrollTo = (ref, history, is_scrolling) => {
44
useEffect(() => {
55
if (is_scrolling) {
66
const has_ref = ref && ref.current;

0 commit comments

Comments
 (0)