#82 - Affichage TMR sur close

This commit is contained in:
2020-12-28 10:17:40 +01:00
parent 30d8881cb6
commit f7471efcd3
2 changed files with 7 additions and 4 deletions

View File

@ -1225,7 +1225,9 @@ export class RdDActor extends Actor {
if ( this.currentTMR) this.currentTMR.minimize(); // Hide
const dialog = await RdDRoll.create(this, rollData,
{html: 'systems/foundryvtt-reve-de-dragon/templates/dialog-roll-sort.html'},
{ html: 'systems/foundryvtt-reve-de-dragon/templates/dialog-roll-sort.html',
close: html => { this.currentTMR.maximize() } // Re-display TMR
},
{
name: 'lancer-un-sort',
label: 'Lancer un sort',