Skip to content

Commit 43e5d94

Browse files
committed
chore: increase spellcheck debounce time in composition input
1 parent 10d6096 commit 43e5d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts/hooks/useDebuncedSpellcheck.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const cssStyles = `
3636
}
3737
`;
3838

39-
export const useDebouncedSpellcheck = ({ delay = 300, elementRef }: DebouncedSpellcheckProps) => {
39+
export const useDebouncedSpellcheck = ({ delay = 600, elementRef }: DebouncedSpellcheckProps) => {
4040
// Inject CSS styles if they don't exist
4141
useEffect(() => {
4242
hookUsageCount++;

0 commit comments

Comments
 (0)