From ae494913ec908541e3501e5bf1f6098497134362 Mon Sep 17 00:00:00 2001 From: rpdeshaies Date: Wed, 18 Dec 2024 15:48:45 -0500 Subject: [PATCH] fix: increase delay in useIndexCard hook to fix safari cras --- lib/components/IndexCard/hooks/useIndexCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/IndexCard/hooks/useIndexCard.tsx b/lib/components/IndexCard/hooks/useIndexCard.tsx index 604481eae..2b23da1be 100644 --- a/lib/components/IndexCard/hooks/useIndexCard.tsx +++ b/lib/components/IndexCard/hooks/useIndexCard.tsx @@ -18,7 +18,7 @@ export function useIndexCard(props: { onChange: (newIndexCard) => { props.onChange(newIndexCard); }, - delay: 0, + delay: 75, }); function setColor(newColor: string) {