mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-08 21:58:11 +02:00
Fixed so that companion rolls don't error. Fixed title of companion action rolls.
This commit is contained in:
parent
8fec742da3
commit
30053c4787
2 changed files with 3 additions and 2 deletions
|
|
@ -224,7 +224,8 @@ export default class D20RollDialog extends HandlebarsApplicationMixin(Applicatio
|
|||
this.render();
|
||||
}
|
||||
|
||||
static async submitRoll() {
|
||||
static async submitRoll(event) {
|
||||
event.preventDefault();
|
||||
await this.close({ submitted: true });
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue