Skip to content

Commit

Permalink
add back timeout for documents to fade out
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycarambat committed Nov 19, 2024
1 parent 51696a7 commit 444c179
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ function FileUploadProgressComponent({
}

// Begin fadeout timer to clear uploader queue.
// setTimeout(() => {
// fadeOut(() => setTimeout(() => beginFadeOut(), 300));
// }, 5000);
setTimeout(() => {
fadeOut(() => setTimeout(() => beginFadeOut(), 300));
}, 5000);
}
!!file && !rejected && uploadFile();
}, []);
Expand Down

0 comments on commit 444c179

Please sign in to comment.