Skip to content

Commit

Permalink
fix: tweak reset timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
hmerritt committed May 31, 2024
1 parent ba81599 commit 0d3efe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/components/experimental/DotGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export const DotGrid: React.FC<DotGridProps> = ({
y = -1000;
mousePosition.current.x = x;
mousePosition.current.y = y;
}, 1000);
}, 600);
}

mousePosition.current.x = x;
Expand Down

0 comments on commit 0d3efe4

Please sign in to comment.