Fixed drag/drop on application-sheet

This commit is contained in:
WBHarry 2026-03-29 11:07:16 +02:00
parent 740216ada2
commit e8f052faf3
2 changed files with 11 additions and 26 deletions

View file

@ -17,7 +17,7 @@ Parameters:
- showActions {boolean} : If true show feature's actions.
--}}
<li class="inventory-item" data-item-id="{{item.id}}"
<li class="inventory-item" data-item-id="{{item.id}}"
{{#if (or (eq type 'action' ) (eq type 'attack' ))}}data-action-id="{{item.id}}" {{/if}}
{{#if disabledEffect}}data-disabled="true"{{/if}}
data-type="{{type}}" data-item-type="{{item.type}}"