ui: finish css state cleanup

This commit is contained in:
a.tolmachev
2026-05-02 14:57:55 +00:00
parent b938192f0d
commit 96f2f20591
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -244,7 +244,7 @@ function bindSectionNavigation() {
}, { threshold: 0.3 });
document.querySelectorAll('[id^="section-"]').forEach(function (section) {
if (section.style.display !== 'none') {
if (!section.hidden) {
observer.observe(section);
}
});