파일 삭제 기능 추가, undo / redo 기능에 적용

This commit is contained in:
2026-05-15 23:32:29 +09:00
parent 1e88859484
commit 999cc9f3fb
12 changed files with 289 additions and 34 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ export async function doRename() {
state.selectedIdxs.clear();
renderGrid();
history.reset();
history.push(state.files);
history.pushReorder(state.files);
} catch (e) {
hideLoading();
alert('오류 발생: ' + e.message);