Merge remote-tracking branch 'origin/main' into feature/item-support

This commit is contained in:
Oliver 2026-04-12 22:26:59 -06:00
commit 48760343ce
2 changed files with 2 additions and 3 deletions

View file

@ -13,8 +13,7 @@ export class AttributeOnlyPlayerSheet extends PlayerSheet {
};
static get PARTS() {
const parts = super.PARTS;
delete parts.tabs;
const parts = deepClone(super.PARTS);
delete parts.content;
return parts;
};