remove recalc

This commit is contained in:
Kseninia Mikhaylova 2024-06-13 15:14:18 +03:00
parent 3700883b70
commit 4abadae91b
1 changed files with 1 additions and 1 deletions

View File

@ -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()
}
}