mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-05-02 17:07:13 +00:00
add back timeout for documents to fade out
This commit is contained in:
parent
51696a7019
commit
444c179231
1 changed files with 3 additions and 3 deletions
|
@ -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();
|
||||
}, []);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue