fix: clear batch zip and processing flag in undoProcessing()

This commit is contained in:
ashim-hq
2026-04-20 21:33:24 +08:00
parent 37277e5c09
commit 0eeb5b07a9
+3
View File
@@ -297,6 +297,9 @@ export const useFileStore = create<FileState>((set, get) => ({
}));
set({
entries: resetEntries,
batchZipBlob: null,
batchZipFilename: null,
processing: false,
error: null,
files: deriveFiles(resetEntries),
...deriveSelected(resetEntries, selectedIndex),