Skip to content

Commit d1730b6

Browse files
authored
Update FollowingCurser.jsx
1 parent 23ed677 commit d1730b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/All Assessment/assessment19/FollowingCurser.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const FollowingCurser = () => {
2525
};
2626
};
2727

28-
const throttledHandleMovement = throttle(handleMovement, 40);
28+
const throttledHandleMovement = throttle(handleMovement, 20);
2929

3030
return (
3131
<div

0 commit comments

Comments
 (0)