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> <span class="subtitle">{{ weight }}</span>
</div> </div>
<input <input
id="{{uuid}}-quantity"
type="number" type="number"
value="{{quantity}}" value="{{quantity}}"
data-foreign-name="system.quantity"
data-foreign-uuid="{{uuid}}"
> >
<button <button
type="button" type="button"