Various fixes for v13
All checks were successful
Release Creation / build (release) Successful in 53s

This commit is contained in:
2025-06-05 16:14:25 +02:00
parent 7a06e8a5c9
commit b5857cb3b7
34 changed files with 433 additions and 164 deletions

View File

@ -19,10 +19,4 @@ export default class LethalFantasyGiftSheet extends LethalFantasyItemSheet {
},
}
/** @override */
async _prepareContext() {
const context = await super._prepareContext()
context.enrichedDescription = await foundry.applications.ux.TextEditor.implementation.enrichHTML(this.document.system.description, { async: true })
return context
}
}