Add missing newline at the end of renderer.js
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user