From 77e8c98d0e3f832e6ae2119f4496fdb989ef6f77 Mon Sep 17 00:00:00 2001 From: Ahmet Kilinc Date: Wed, 7 May 2025 13:02:26 +0100 Subject: [PATCH] autofocus to email body --- apps/mail/components/create/create-email.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/mail/components/create/create-email.tsx b/apps/mail/components/create/create-email.tsx index 4902f82ad..e6e0f112a 100644 --- a/apps/mail/components/create/create-email.tsx +++ b/apps/mail/components/create/create-email.tsx @@ -193,6 +193,7 @@ export function CreateEmail({ processInitialEmails(initialBcc) } initialSubject={typedDraft?.subject || initialSubject} + autofocus={true} /> )}