Set adversary buttosn to type=button. Fixed faulty _onUpdate

This commit is contained in:
WBHarry 2025-08-02 21:35:00 +02:00
parent 2f39e04da5
commit fa0f33872a
3 changed files with 3 additions and 3 deletions

View file

@ -36,7 +36,7 @@
<div class="adversary-navigation">
{{> 'systems/daggerheart/templates/sheets/global/tabs/tab-navigation.hbs'}}
<button data-action="openSettings" data-tooltip-text="{{localize "DAGGERHEART.UI.Tooltip.openSheetSettings"}}">
<button type="button" data-action="openSettings" data-tooltip-text="{{localize "DAGGERHEART.UI.Tooltip.openSheetSettings"}}">
<i class="fa-solid fa-wrench"></i>
</button>
</div>