From 6f52c19ec8b81de7b350d16c7ab63ff78d6e569a Mon Sep 17 00:00:00 2001 From: nsalyzyn Date: Fri, 19 Dec 2025 07:45:02 -0700 Subject: [PATCH] Moving the draggable attribute to the parent img-portrait from img directly --- templates/sheets/global/partials/inventory-item-V2.hbs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/sheets/global/partials/inventory-item-V2.hbs b/templates/sheets/global/partials/inventory-item-V2.hbs index d948f49e..dbacd1e4 100644 --- a/templates/sheets/global/partials/inventory-item-V2.hbs +++ b/templates/sheets/global/partials/inventory-item-V2.hbs @@ -23,13 +23,13 @@ Parameters: {{!-- Image --}}
- + data-tooltip="#attack#{{item.actor.uuid}}" {{else}} data-tooltip="#item#{{item.uuid}}" {{/if}} {{/unless}} draggable="true"> + {{#if (or item.system.actionsList.size item.system.actionsList.length item.actionType)}} {{#if @root.isNPC}} - d20 + d20 {{else}} - 2d12 + 2d12 {{/if}} {{/if}}