Added support for actionMacro drag from items

This commit is contained in:
WBHarry 2025-07-15 22:58:06 +02:00
parent 3232e7ed65
commit bd4d903a96
4 changed files with 65 additions and 5 deletions

View file

@ -135,8 +135,8 @@ export const registerCountdownHooks = () => {
if (application) {
foundry.applications.instances.get(application)?.render();
} else {
foundry.applications.instances.get('narrative-countdowns').render();
foundry.applications.instances.get('encounter-countdowns').render();
foundry.applications.instances.get('narrative-countdowns')?.render();
foundry.applications.instances.get('encounter-countdowns')?.render();
}
return false;