FEAT: add description enrichement for items sheet

This commit is contained in:
Joaquin Pereyra 2025-06-25 18:47:10 -03:00
parent f63e94b4cc
commit c879dbd1d2
3 changed files with 29 additions and 5 deletions

View file

@ -31,7 +31,7 @@ export default class ArmorSheet extends DHBaseItemSheet {
/**@inheritdoc */
async _preparePartContext(partId, context) {
super._preparePartContext(partId, context);
await super._preparePartContext(partId, context);
switch (partId) {
case 'settings':