Get most of the Untyped item implemented and functioning

This commit is contained in:
Oliver-Akins 2024-03-21 21:18:51 -06:00
parent a383225b8c
commit 6a355e63c0
7 changed files with 180 additions and 37 deletions

View file

@ -118,8 +118,9 @@ export class GenericActorSheet extends ActorSheet {
};
async openEmbeddedSheet($event) {
const data = $event.target.dataset;
const data = $event.currentTarget.dataset;
let item = await fromUuid(data.embeddedEdit);
console.log(data)
item?.sheet.render(true);
};