don't make requests in sibling navigation
This commit is contained in:
@@ -27,7 +27,7 @@ export const upload = (file_list) => {
|
||||
// This updates the UI
|
||||
upload_jobs = upload_jobs
|
||||
|
||||
while (upload_threads <= max_upload_threads) {
|
||||
while (upload_threads < max_upload_threads) {
|
||||
upload_threads++
|
||||
setTimeout(upload_file, 1)
|
||||
}
|
||||
|
Reference in New Issue
Block a user