mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 12:41:07 +01:00
remove id from sheets to allow multiple instances. Added id to roller dialog to enforce only one instance.
This commit is contained in:
parent
a108c55d7c
commit
c0d25cf99e
15 changed files with 1 additions and 14 deletions
|
|
@ -33,6 +33,7 @@ export default class RollSelectionDialog extends HandlebarsApplicationMixin(Appl
|
|||
|
||||
static DEFAULT_OPTIONS = {
|
||||
tag: 'form',
|
||||
id: 'roll-selection', //Having an id causes a new instance to overwrite previous.
|
||||
classes: ['daggerheart', 'views', 'roll-selection'],
|
||||
position: {
|
||||
width: 400,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue