fix manual edits not working

This commit is contained in:
Michael Genson 2025-07-27 01:15:09 +00:00
commit 5a256e07f9

View file

@ -71,7 +71,7 @@
:min="0" :min="0"
variant="underlined" variant="underlined"
hide-spin-buttons hide-spin-buttons
@update:model-value="recalculateScale(yieldQuantityEditorValue)" @update:model-value="recalculateScale(parseFloat($event) || 0)"
/> />
<v-tooltip <v-tooltip
end end