mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
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:
parent
1804070764
commit
f63e94b4cc
5 changed files with 30 additions and 139 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue