Make the quantity input update the embedded document of actor

This commit is contained in:
Oliver 2026-04-06 23:33:32 -06:00
parent 6f3139edf1
commit 380ed3fe15

View file

@ -19,8 +19,11 @@
<span class="subtitle">{{ weight }}</span>
</div>
<input
id="{{uuid}}-quantity"
type="number"
value="{{quantity}}"
data-foreign-name="system.quantity"
data-foreign-uuid="{{uuid}}"
>
<button
type="button"