From 539ecd51b9abb3cbbc5eef82011801bae383a410 Mon Sep 17 00:00:00 2001 From: alma Date: Mon, 28 Apr 2025 10:57:52 +0200 Subject: [PATCH] courrier multi account restore compose --- components/email/ComposeEmail.tsx | 111 +++++++++++++++--------------- 1 file changed, 55 insertions(+), 56 deletions(-) diff --git a/components/email/ComposeEmail.tsx b/components/email/ComposeEmail.tsx index 542cf5bd..42a06c48 100644 --- a/components/email/ComposeEmail.tsx +++ b/components/email/ComposeEmail.tsx @@ -280,7 +280,7 @@ export default function ComposeEmail(props: ComposeEmailProps) { }, []); return ( -
+
)}
- - {/* Modal Footer */} -
-
- {/* File Input for Attachments */} - { - if (e.target.files && e.target.files.length > 0) { - handleAttachmentAdd(e.target.files); - } - }} - /> - - {sending && Preparing attachment...} -
-
+
+ {/* Modal Footer - now inside the main modal container and visually attached */} +
+
+ {/* File Input for Attachments */} + { + if (e.target.files && e.target.files.length > 0) { + handleAttachmentAdd(e.target.files); + } + }} + /> +
+ + {sending && Preparing attachment...} +
+
+ +