Fix v12 issue + remove warnings

This commit is contained in:
2024-04-27 09:33:22 +02:00
parent d7b7bccbdf
commit 0487893f47
42 changed files with 138 additions and 179 deletions

View File

@@ -58,6 +58,7 @@ export class EcrymeRollDialog extends Dialog {
$(function () { onLoad(); });
html.find('#bonusMalusPerso').change((event) => {
console.log("DIFF", event.currentTarget.value)
this.rollData.bonusMalusPerso = Number(event.currentTarget.value)
})
html.find('#roll-difficulty').change((event) => {