파일 삭제 기능 추가, undo / redo 기능에 적용
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user