[Fix] Companion Rolls (#1982)
Some checks failed
Project CI / build (24.x) (push) Has been cancelled

This commit is contained in:
WBHarry 2026-06-09 08:34:25 +02:00 committed by GitHub
parent afd8a83241
commit 9a220b4e16
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 11 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 });
}