FEAT: delete unused item sheet

FEAT: add todo comment on subclass sheet
FIX: add minor comment on feature sheet
FIX: tagify class
FEAT: inprovement throw error on create tagify element
This commit is contained in:
Joaquin Pereyra 2025-06-25 18:09:30 -03:00
parent 1804070764
commit f63e94b4cc
5 changed files with 30 additions and 139 deletions

View file

@ -48,6 +48,8 @@ export default class FeatureSheet extends DHBaseItemSheet {
}
};
/* -------------------------------------------- */
/**@inheritdoc*/
_attachPartListeners(partId, htmlElement, options) {
super._attachPartListeners(partId, htmlElement, options);
@ -65,6 +67,8 @@ export default class FeatureSheet extends DHBaseItemSheet {
this.render({ parts: ['effects'] });
}
/* -------------------------------------------- */
/**@inheritdoc */
async _prepareContext(_options) {
const context = await super._prepareContext(_options);
@ -77,6 +81,10 @@ export default class FeatureSheet extends DHBaseItemSheet {
return context;
}
/* -------------------------------------------- */
/* Application Clicks Actions */
/* -------------------------------------------- */
/**
* Adds a new effect to the item, based on the selected effect type.
* @param {PointerEvent} _event - The originating click event