Correction sur creation oeuvre

This commit is contained in:
2021-06-07 23:18:33 +02:00
committed by Vincent Vandemeulebrouck
parent 7eada123c8
commit 32c14a8533
2 changed files with 24 additions and 2 deletions

View File

@ -220,7 +220,7 @@ export class RdDActorSheet extends ActorSheet {
RdDUtility.selectObjetType( this );
});
html.find('.creer-une-oeuvre').click(async event => {
this.selectTypeOeuvre();
RdDUtility.selectTypeOeuvre(this);
});
html.find('#nettoyer-conteneurs').click(async event => {
this.actor.nettoyerConteneurs();