I'm working on a custom sheet for use with the 5e compendium, and I'm struggling trying to figure out how to get an NPC sheet to populate when a monster/npc is dropped from the compendium onto the vtt. I can make it work if I drag directly onto an open sheet, but I can't figure out what event actually fires when the creature is dropped directly onto the map. Something seems to just hang up, I get the generic token, a sheet is started, but I get a spinner that just hangs. If I force that to save - a character is created, but all of the info is just populated on the bio&info tab, and the change event doesn't fire for the attributes I need. I thought I could hook into sheet:compendium-drop like the token example in the documentation, but I can't get that to even log to the console. Trying to figure out what the flow should be here, token is created, a new sheet is created and partially populated, but I can't figure out what I'm missing to get the drop's uniqueName, content, data where I need them. Anyone run into this, or have a working example I could look at? Thanks!