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

Commit f215439

Browse files
Hubert KosterHubert Koster
authored andcommitted
chore: rerun test
1 parent 55b2a16 commit f215439

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

0 commit comments

Comments
 (0)