fix(downloads): restore queue reorder interactions

This commit is contained in:
NimBold
2026-07-23 06:45:49 +03:30
parent 3559c69968
commit 18e9200b74
4 changed files with 67 additions and 43 deletions
+1
View File
@@ -948,6 +948,7 @@ export const useDownloadStore = create<DownloadState>((set, get) => {
? { ...download, queuePosition: previousPositions.get(download.id) }
: download)
}));
throw error;
}
});
const trackedOperation = operation.finally(() => {