mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-08-11 13:48:37 +02:00
Fix add files for convert so they appear in recents
This commit is contained in:
parent
3a9f30954f
commit
45c775a8e0
@ -358,7 +358,7 @@ export const useConvertOperation = (): ConvertOperationHook => {
|
||||
setDownloadFilename(convertedFile.name);
|
||||
setStatus(t("downloadComplete"));
|
||||
|
||||
await processResults(new Blob([convertedFile]), convertedFile.name);
|
||||
await addFiles([convertedFile]);
|
||||
markOperationApplied(fileId, operationId);
|
||||
} catch (error: any) {
|
||||
console.error(error);
|
||||
|
Loading…
Reference in New Issue
Block a user