1
0

Fix missing newline character in renderer.js

This commit is contained in:
2025-05-26 10:05:44 +02:00
parent c1a059e59e
commit deca0adb10

View File

@@ -583,7 +583,7 @@ function formatCountdown(ms) {
const currentEl = contentList.querySelector('li.current-commit');
if (currentEl) {
currentEl.scrollIntoView({ behavior: 'smooth', block: 'center' });
}
}
}
await renderSidebar();