Fixed not being able to tab between Hit/Current in roll messages

This commit is contained in:
WBHarry 2026-03-17 21:39:25 +01:00
parent f11d5f98dd
commit 83146d842d
2 changed files with 2 additions and 1 deletions

View file

@ -146,6 +146,7 @@ export default class DHRoll extends Roll {
return foundry.applications.handlebars.renderTemplate(template, {
...chatData,
parent: chatData.parent,
targetMode: chatData.targetMode,
metagamingSettings
});
}