Correction sur creation oeuvre

This commit is contained in:
2021-06-07 23:18:33 +02:00
parent 0a92be0942
commit af4c9c138c
3 changed files with 25 additions and 3 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();