remove id from sheets to allow multiple instances. Added id to roller dialog to enforce only one instance.

This commit is contained in:
IrkTheImp 2025-05-24 22:09:12 -05:00
parent a108c55d7c
commit c0d25cf99e
15 changed files with 1 additions and 14 deletions

View file

@ -79,7 +79,6 @@ const { ItemSheetV2 } = foundry.applications.sheets;
export default class SubclassSheet extends DaggerheartSheet(ItemSheetV2) {
static DEFAULT_OPTIONS = {
tag: 'form',
id: 'daggerheart-subclass',
classes: ['daggerheart', 'sheet', 'subclass'],
position: { width: 600 },
actions: {