Fixed so that companion rolls don't error. Fixed title of companion action rolls.

This commit is contained in:
WBHarry 2026-06-07 13:31:02 +02:00
parent 8fec742da3
commit 30053c4787
2 changed files with 3 additions and 2 deletions

View file

@ -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 });
}