forked from public/foundryvtt-reve-de-dragon
Fix layaout
This commit is contained in:
@ -36,7 +36,7 @@ export class DialogChateauDormant extends Dialog {
|
||||
|
||||
activateListeners(html) {
|
||||
super.activateListeners(html);
|
||||
this.html = html;
|
||||
this.html = $(html);
|
||||
this.html.find('input.sommeil-insomnie').change(event => this.onInsomnie(event));
|
||||
this._activateListenerOnActorMoral(this.html);
|
||||
}
|
||||
|
Reference in New Issue
Block a user