AUto-select current target if any
Release Creation / build (release) Successful in 55s

This commit is contained in:
2026-05-29 23:27:33 +02:00
parent 6742830f40
commit 8718cfff05
18 changed files with 53 additions and 53 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
<select class="chat-select" data-role="damage-target" {{#unless hasTargets}}disabled{{/unless}}>
{{#if hasTargets}}
{{#each targets}}
<option value="{{this.tokenUuid}}">{{this.label}}</option>
<option value="{{this.tokenUuid}}"{{#if this.isSelected}} selected{{/if}}>{{this.label}}</option>
{{/each}}
{{else}}
<option value="">Aucune cible sur la scène</option>