Navigation pane에서 폴더를 클릭하면, 해당 폴더가 펼쳐지면서 서브 폴더 목록을 보여주기

This commit is contained in:
2026-05-15 15:35:05 +09:00
parent 7c2a076e41
commit 595ceac26b
3 changed files with 45 additions and 28 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ async function loadFolder(folder) {
state.currentFolder = folder;
dirPath.textContent = folder;
await window.api.setLastFolder(folder);
fileExplorer.setSelectedPath(folder);
await fileExplorer.setSelectedPath(folder);
showLoading('이미지 목록 불러오는 중...');
const list = await window.api.listImages(folder);