We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d6096 commit 43e5d94Copy full SHA for 43e5d94
ts/hooks/useDebuncedSpellcheck.ts
@@ -36,7 +36,7 @@ const cssStyles = `
36
}
37
`;
38
39
-export const useDebouncedSpellcheck = ({ delay = 300, elementRef }: DebouncedSpellcheckProps) => {
+export const useDebouncedSpellcheck = ({ delay = 600, elementRef }: DebouncedSpellcheckProps) => {
40
// Inject CSS styles if they don't exist
41
useEffect(() => {
42
hookUsageCount++;
0 commit comments