Merge pull request #567 from AsaiToshiya/main

Reset scroll position when selecting section
This commit is contained in:
Aljaz
2025-06-16 11:01:02 +02:00
committed by GitHub

View File

@@ -1085,6 +1085,8 @@ function displaySection(sectionName, sections) {
});
}
});
window.scrollTo(0, 0);
}
function applyColorTheme(themeName) {