forked from public/foundryvtt-reve-de-dragon
Affichage de dialog en 2 temps
Sinon, la touche entrée est appliqué sur une commande et ferme le dialogue
This commit is contained in:
@ -27,7 +27,8 @@ export class DialogChronologie extends Dialog {
|
||||
dateReel: DialogChronologie.getCurrentDateTime()
|
||||
};
|
||||
const html = await renderTemplate("systems/foundryvtt-reve-de-dragon/templates/dialog-chronologie.html", dialogData);
|
||||
new DialogChronologie(html).render(true);
|
||||
const dialog = new DialogChronologie(html);
|
||||
dialog.render(true);
|
||||
}
|
||||
|
||||
constructor(html) {
|
||||
|
Reference in New Issue
Block a user