Fix odd difficulties
Some checks failed
Release Creation / build (release) Failing after 45s

This commit is contained in:
2025-08-24 22:18:39 +02:00
parent 203d7add66
commit 425a2a1fc0
95 changed files with 262 additions and 334 deletions

View File

@@ -67,7 +67,7 @@ export class BoLTokenHud {
/* -------------------------------------------- */
static async _configureSubMenu(insertionPoint, template, hudData, onMenuItem) {
const hud = $(await renderTemplate(template, hudData))
const hud = $(await foundry.applications.handlebars.renderTemplate(template, hudData))
const list = hud.find('div.bol-hud-list')
BoLTokenHud._toggleHudListActive(hud, list);