1
0

Add missing newline at the end of renderer.js

This commit is contained in:
2025-05-31 20:44:10 +02:00
parent 81ce25268b
commit 6b3d03b593

View File

@@ -767,7 +767,7 @@ async function startLiveCountdown(folderObj, msLeft) {
if (currentEl) {
currentEl.scrollIntoView({ behavior: 'smooth', block: 'center' });
}
}
}
await renderSidebar();
const initial = await window.electronAPI.getSelected();