mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 04:44:16 +02:00
Use the main deleteDoc handler instead of the party sheet specific one (#1920)
This commit is contained in:
parent
bae9006f64
commit
53e8da77c6
2 changed files with 1 additions and 21 deletions
|
|
@ -117,7 +117,7 @@ Parameters:
|
|||
<i class="fa-solid fa-edit" inert></i>
|
||||
</a>
|
||||
{{#if (not isActor)}}
|
||||
<a data-action="deleteItem" data-tooltip="DAGGERHEART.UI.Tooltip.deleteItem">
|
||||
<a data-action="deleteDoc" data-tooltip="DAGGERHEART.UI.Tooltip.deleteItem">
|
||||
<i class="fa-solid fa-trash" inert></i>
|
||||
</a>
|
||||
{{else if (eq type 'adversary')}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue