diff --git a/components/calcValues.vue b/components/calcValues.vue index f183d24..d7af960 100644 --- a/components/calcValues.vue +++ b/components/calcValues.vue @@ -55,7 +55,7 @@ const changeParametres = () => { if ((form_state.total_length * 1000) <= (parametric.length.min + parametric.height.step)) { form_state.total_length = (parametric.length.min + parametric.height.step) / 1000 - return + // return } const lamelles = Math.floor(form_state.height / parametric.height.step)