mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-16 05:31:07 +01:00
Switching to the less pretty version of the drag drop in case of currency problems
This commit is contained in:
parent
6f52c19ec8
commit
017db15c22
1 changed files with 1 additions and 1 deletions
|
|
@ -385,10 +385,10 @@ export default function DHApplicationMixin(Base) {
|
||||||
fromInternal: this.document.uuid
|
fromInternal: this.document.uuid
|
||||||
};
|
};
|
||||||
event.dataTransfer.setData('text/plain', JSON.stringify(effectData));
|
event.dataTransfer.setData('text/plain', JSON.stringify(effectData));
|
||||||
}
|
|
||||||
event.dataTransfer.setDragImage(inventoryItem.querySelector('img'), 60, 0);
|
event.dataTransfer.setDragImage(inventoryItem.querySelector('img'), 60, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Handle drop event.
|
* Handle drop event.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue