mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 19:51:08 +01:00
FIX: ForeignDocumentUUIDField initialize like a getter
FEAT: ForeignDocumentUUIDArrayField created and used
This commit is contained in:
parent
5463f71526
commit
d18141bb65
7 changed files with 32 additions and 20 deletions
|
|
@ -31,7 +31,7 @@ export default class ForeignDocumentUUIDField extends foundry.data.fields.Docume
|
|||
console.error(error);
|
||||
return value ?? null;
|
||||
}
|
||||
})();
|
||||
});
|
||||
}
|
||||
|
||||
/**@override */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue