Skip to content

Commit 2130b6b

Browse files
committed
increase scroll debounce time
1 parent 580f3cc commit 2130b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/WikiArticle.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export interface Props {
154154
behavior: smooth === false ? "instant" : "smooth",
155155
});
156156
},
157-
50,
157+
200,
158158
{ leading: false, trailing: true }
159159
);
160160

0 commit comments

Comments
 (0)