ui: finish css state cleanup
This commit is contained in:
@@ -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);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user