Revert "Fix: drag-and-drop issue: files not appearing on desktop automatically"

This commit is contained in:
Nariman Jelveh 2025-01-01 09:49:33 -08:00 committed by GitHub
parent 55687bb412
commit 774a75401a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1842,7 +1842,6 @@ window.upload_items = async function(items, dest_path){
})
// remove from active_uploads
delete window.active_uploads[opid];
window.location.reload();
},
// error
error: async function(err){