mail page fix

This commit is contained in:
alma 2025-04-21 18:22:41 +02:00
parent 322fcb673f
commit b4e461e798

View File

@ -218,7 +218,6 @@ export default function ComposeEmail({
contentEditable
className="h-full p-4 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500 prose max-w-none"
onInput={handleInput}
dangerouslySetInnerHTML={{ __html: composeBody }}
/>
</div>
</div>