mail page fix

This commit is contained in:
alma 2025-04-21 19:03:05 +02:00
parent 0a290a2a46
commit 8335283b73

View File

@ -226,7 +226,6 @@ export default function ComposeEmail({
fontSize: 'inherit', fontSize: 'inherit',
lineHeight: 'inherit', lineHeight: 'inherit',
}} }}
dangerouslySetInnerHTML={{ __html: composeBody }}
onInput={handleInput} onInput={handleInput}
/> />
</div> </div>