Skip to content

Commit

Permalink
fix: increase delay in useIndexCard hook to fix safari cras
Browse files Browse the repository at this point in the history
  • Loading branch information
RPDeshaies committed Dec 18, 2024
1 parent 9dc2d3c commit ae49491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/IndexCard/hooks/useIndexCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function useIndexCard(props: {
onChange: (newIndexCard) => {
props.onChange(newIndexCard);
},
delay: 0,
delay: 75,
});

function setColor(newColor: string) {
Expand Down

0 comments on commit ae49491

Please sign in to comment.