mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2025-01-18 09:05:15 +01: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…
x
Reference in New Issue
Block a user