Fix ouverture conteneur

This commit is contained in:
Vincent Vandemeulebrouck 2022-12-05 16:23:12 +01:00
parent 51273bcc3e
commit 717bb6fc6e
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ export class RdDConteneurItemSheet extends RdDItemSheet {
if (this.actor) {
this.prepareConteneurData(formData);
}
return formData;
}
activateListeners(html) {