Skip to content

Commit b4ebb5e

Browse files
committed
fix: Increase auto-scroll threshold
1 parent 0242c41 commit b4ebb5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export const AUTO_SCROLL_THRESHOLD = 200;
1+
export const AUTO_SCROLL_THRESHOLD = 400;
22
export const AUTO_SCROLL_INTERVAL = 100;
33
export const INITIAL_SCROLL_DELAY = 10;

0 commit comments

Comments
 (0)