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

This commit is contained in:
IrkTheImp 2025-05-25 05:16:01 -05:00 committed by GitHub
parent 98a76aec48
commit 71319f2b74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 1 additions and 14 deletions

View file

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