diff --git a/ts/state/ducks/composer.ts b/ts/state/ducks/composer.ts index 8057daa81..9e3778ced 100644 --- a/ts/state/ducks/composer.ts +++ b/ts/state/ducks/composer.ts @@ -1307,7 +1307,7 @@ export function resetComposer(conversationId: string): ResetComposerActionType { }, }; } -const debouncedSaveDraft = debounce(saveDraft); +const debouncedSaveDraft = debounce(saveDraft, 100); function saveDraft( conversationId: string,