forked from public/foundryvtt-reve-de-dragon
Correction: rename bringToTop
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user