Déplacement Drop dans Actor

This commit is contained in:
Vincent Vandemeulebrouck
2021-04-13 21:30:02 +02:00
parent 6e29f497eb
commit 3152d87078
4 changed files with 43 additions and 41 deletions

View File

@ -161,7 +161,7 @@ export class RdDActorSheet extends ActorSheet {
/* -------------------------------------------- */
async _onDrop(event) {
let toSuper = await RdDUtility.processItemDropEvent(this, event);
let toSuper = await this.actor.processItemDropEvent(event, this.objetVersConteneur);
if (toSuper) {
super._onDrop(event);
}