diff --git a/components/calcValues.vue b/components/calcValues.vue index 6a3825d..e533d31 100644 --- a/components/calcValues.vue +++ b/components/calcValues.vue @@ -109,7 +109,7 @@ const autoSectionWidth = () => { const v = auto_section_width.value auto_section_width.value = !auto_section_width.value if (!v == true) { - changeParametres() + // changeParametres() } }