Extraction méthodes identification items

Pour savoir si certaines queues/souffles sont là et rendre
le code plus lisible
This commit is contained in:
Vincent Vandemeulebrouck
2021-02-05 23:51:12 +01:00
parent 48688fc453
commit a2ec26c4c0
3 changed files with 13 additions and 6 deletions

View File

@ -37,7 +37,7 @@ export class RdDTMRRencontreDialog extends Dialog {
this.postRencontre();
}
onButtonFuir(action) {
async onButtonFuir(action) {
this.toClose = true;
await action();
}