diff --git a/app/courrier/page.tsx b/app/courrier/page.tsx index 34358605..8898c08a 100644 --- a/app/courrier/page.tsx +++ b/app/courrier/page.tsx @@ -1411,14 +1411,6 @@ export default function CourrierPage() { setComposeCc(replyEmail.cc); setComposeSubject(replyEmail.subject); setComposeBody(replyEmail.body); - - // Set the content directly on the div with a slight delay to ensure the component is mounted - setTimeout(() => { - if (composeBodyRef.current) { - composeBodyRef.current.innerHTML = replyEmail.body; - } - }, 0); - setComposeBcc(''); // Show the compose form and CC field for Reply All