mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fix box close after upload complete
This commit is contained in:
parent
c4b183466e
commit
6bbb3bf399
@ -795,7 +795,9 @@
|
||||
|
||||
|
||||
await Promise.all(uploadPromises);
|
||||
hideUploadBox();
|
||||
setTimeout(() => {
|
||||
hideUploadBox();
|
||||
}, 2000);
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user