dev #43

Merged
ksenia_mikhailova merged 41 commits from dev into main 2024-07-24 14:22:29 +03:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 1c37ce8033 - Show all commits

View File

@ -55,7 +55,7 @@ const changeParametres = () => {
if ((form_state.total_length * 1000) <= (parametric.length.min + parametric.height.step)) { if ((form_state.total_length * 1000) <= (parametric.length.min + parametric.height.step)) {
form_state.total_length = (parametric.length.min + parametric.height.step) / 1000 form_state.total_length = (parametric.length.min + parametric.height.step) / 1000
return // return
} }
const lamelles = Math.floor(form_state.height / parametric.height.step) const lamelles = Math.floor(form_state.height / parametric.height.step)