Correction: rename bringToTop

This commit is contained in:
2025-10-15 22:39:07 +02:00
parent 68c01fc930
commit 2cf5b06da8
4 changed files with 17 additions and 13 deletions

View File

@@ -25,7 +25,7 @@ export class RdDRollDialogEthylisme extends Dialog {
activateListeners(html) {
super.activateListeners(html);
this.html = html;
this.bringToTop();
this.bringToFront();
this.html.find(".force-alcool").change((event) => {
this.rollData.forceAlcool = Misc.toInt(event.currentTarget.value);