ENhance actor sheet with roll messages
This commit is contained in:
@@ -55,7 +55,7 @@ export default class AwECreatureSheet extends AwEActorSheet {
|
||||
const context = await super._prepareContext()
|
||||
context.tabs = this.#getTabs()
|
||||
context.enrichedDescription = await foundry.applications.ux.TextEditor.implementation.enrichHTML(
|
||||
this.document.system.description, { async: true }
|
||||
this.document.system.description ?? "", { async: true }
|
||||
)
|
||||
return context
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user