Reset scroll position when selecting section

This commit is contained in:
Asai Toshiya
2025-06-11 22:56:54 +09:00
parent a167f6fdbf
commit 52f05c0a40

View File

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