forked from public/foundryvtt-reve-de-dragon
Réduction de l'espace des TMR
This commit is contained in:
@ -2476,7 +2476,8 @@ export class RdDActor extends RdDBaseActorSang {
|
||||
}
|
||||
|
||||
this.tmrApp = await RdDTMRDialog.create(this, tmrFormData);
|
||||
this.tmrApp.render(true);
|
||||
await this.tmrApp.render(true);
|
||||
await this.tmrApp.onDeplacement()
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
|
Reference in New Issue
Block a user