mirror of
https://github.com/nimbold/Firelink.git
synced 2026-08-22 17:06:40 +00:00
fix(downloads): restore queue reorder interactions
This commit is contained in:
@@ -948,6 +948,7 @@ export const useDownloadStore = create<DownloadState>((set, get) => {
|
||||
? { ...download, queuePosition: previousPositions.get(download.id) }
|
||||
: download)
|
||||
}));
|
||||
throw error;
|
||||
}
|
||||
});
|
||||
const trackedOperation = operation.finally(() => {
|
||||
|
||||
Reference in New Issue
Block a user