# Conflicts:
#	lib/plugin-sandbox/host-api.ts
This commit is contained in:
Linus Rath
2026-07-09 14:57:36 +02:00
9 changed files with 129 additions and 17 deletions
+2
View File
@@ -1344,6 +1344,8 @@ export default function Home() {
draft = fullDraft;
}
draft = await emailHooks.onBeforeEditDraft.transform(draft);
const bodyText = draft.bodyValues
? Object.values(draft.bodyValues).map(v => v.value).join('\n')
: '';