forked from public/foundryvtt-reve-de-dragon
		
	Ajout recettes alchimiques
This commit is contained in:
		| @@ -279,6 +279,7 @@ export class RdDUtility  { | ||||
|   /* -------------------------------------------- */ | ||||
|   static async processItemDropEvent( actorSheet, event) { | ||||
|     let dragData = JSON.parse(event.dataTransfer.getData("text/plain")); | ||||
|     console.log(dragData, actorSheet.actor._id); | ||||
|     let dropID = $(event.target).parents(".item").attr("data-item-id"); // Only relevant if container drop | ||||
|     if ( dropID ) { // Dropped over an item !!! | ||||
|       let objetId = dragData.id || dragData.data._id; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user