Remade apps handling

This commit is contained in:
WBHarry 2025-07-24 21:42:05 +02:00
parent 967b3ba2ab
commit 7ff7f718ed
7 changed files with 72 additions and 13 deletions

View file

@ -31,6 +31,11 @@ export default class BeastformSheet extends DHBaseItemSheet {
}
};
/**@inheritdoc */
get relatedDocs() {
return this.document.system.features;
}
_attachPartListeners(partId, htmlElement, options) {
super._attachPartListeners(partId, htmlElement, options);