1
0

Add comment in renderer.js

This commit is contained in:
2025-05-24 20:01:31 +02:00
parent 0e2b8dfa2b
commit ef87c5bf57

View File

@@ -433,7 +433,7 @@ folders.forEach(folderObj => {
const sel = await window.electronAPI.getSelected();
if (sel) await renderContent(sel);
});
//test
// Repo-Update Handling jetzt mit Lookup für folderObj
window.addEventListener('repo-updated', async e => {
const obj = await getFolderObjByPath(e.detail);