diff --git a/src/App.tsx b/src/App.tsx index 747b710..4b5bd25 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -194,6 +194,7 @@ export const App = () => { setCurrentDownloadedBlock(0); if (pausedStatus === 'continue') { onModal('failed', 'Fetching was cancelled'); + setPausedStatus(''); } }} style={{ minWidth: 300, marginTop: 10 }}