COrrections, WIP
This commit is contained in:
@@ -116,6 +116,9 @@ export class CharacterSheetL5r5e extends BaseCharacterSheetL5r5e {
|
||||
sheetData.data.enrichedHtml.identity_text2 = await foundry.applications.ux.TextEditor.implementation.enrichHTML(
|
||||
this.actor.system.identity_text2 ?? "", { async: true }
|
||||
);
|
||||
sheetData.data.enrichedHtml.notes = await foundry.applications.ux.TextEditor.implementation.enrichHTML(
|
||||
this.actor.system.notes ?? "", { async: true }
|
||||
);
|
||||
|
||||
return sheetData;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user