mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix: clear batch zip and processing flag in undoProcessing()
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user