Fix #17 : Motivation description

This commit is contained in:
LeRatierBretonnien 2025-01-07 17:39:12 +01:00
parent 3d6cd35fa4
commit 9f13961eaf

View File

@ -22,6 +22,8 @@ export default class CthulhuEternalMotivationSheet extends CthulhuEternalItemShe
/** @override */
async _prepareContext() {
const context = await super._prepareContext()
context.enrichedDescription = await TextEditor.enrichHTML(this.document.system.description, { async: true })
return context
}
}