Do not auto expand on setting sheets

This commit is contained in:
Carlos Fernandez 2026-06-21 16:46:51 -04:00
parent 9d16bc48ae
commit 02918074a8
2 changed files with 7 additions and 2 deletions

View file

@ -100,4 +100,7 @@ export default class DHBaseActorSettings extends DHApplicationMixin(ActorSheetV2
await this.actor.createEmbeddedDocuments('Item', [itemData]);
}
}
/** Setting sheets do not auto extend */
async _autoExpandDescriptions() {}
}