mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 16:09:03 +01:00
Fixed so that dropping on class/subclass...creates the item on the character
This commit is contained in:
parent
b470a1dc51
commit
c4e5795153
2 changed files with 49 additions and 18 deletions
|
|
@ -129,6 +129,7 @@ export default function DHApplicationMixin(Base) {
|
|||
|
||||
const docs = [];
|
||||
for (const docData of this.relatedDocs) {
|
||||
if (!docData) continue;
|
||||
const doc = await foundry.utils.fromUuid(docData.uuid);
|
||||
docs.push(doc);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue