forked from public/foundryvtt-reve-de-dragon
Fix layaout
This commit is contained in:
@@ -106,9 +106,9 @@ export class DialogFatigueVoyage extends Dialog {
|
||||
|
||||
activateListeners(html) {
|
||||
if (this.html == undefined) {
|
||||
html.find('select[name="code-terrain"]').trigger("focus")
|
||||
$(html).find('select[name="code-terrain"]').trigger("focus")
|
||||
}
|
||||
this.html = html;
|
||||
this.html = $(html);
|
||||
super.activateListeners(html);
|
||||
|
||||
this.html.find('select[name="code-terrain"]').change(event => this.changeParameters())
|
||||
|
||||
Reference in New Issue
Block a user