From 4abadae91b065c754c0f3a10ac4e6350b6e23618 Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Thu, 13 Jun 2024 15:14:18 +0300 Subject: [PATCH] remove recalc --- components/calcValues.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() } }