mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-16 13:41:07 +01:00
Fixed so tokenPreview works with tokenSize
This commit is contained in:
parent
f386076264
commit
40dda1067f
2 changed files with 23 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
<div class="form-group lim">
|
||||
<label>{{localize "Size Category"}}</label>
|
||||
|
||||
<select id="dhTokenSize" name="actor.system.size">
|
||||
<select id="dhTokenSize">
|
||||
{{selectOptions tokenSizes selected=document.actor.system.size valueAttr="id" labelAttr="label" localize=true}}
|
||||
</select>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue