mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 02:03:35 -04:00 
			
		
		
		
	fix: recipe scaling (#4324)
This commit is contained in:
		| @@ -102,7 +102,7 @@ export default defineComponent({ | ||||
|     const numberParsed = !!props.basicYieldNum; | ||||
|  | ||||
|     watch(() => numerator.value, () => { | ||||
|       scale.value = parseFloat((numerator.value / denominator).toFixed(3)); | ||||
|       scale.value = parseFloat((numerator.value / denominator).toFixed(32)); | ||||
|     }); | ||||
|     const disableDecrement = computed(() => { | ||||
|       return numerator.value <= 1; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user