mail page fix
This commit is contained in:
parent
686288be95
commit
25d597a283
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user