mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-02 23:28:39 +08:00
Revert "Fix: drag-and-drop issue: files not appearing on desktop automatically"
This commit is contained in:
parent
55687bb412
commit
774a75401a
@ -1842,7 +1842,6 @@ window.upload_items = async function(items, dest_path){
|
|||||||
})
|
})
|
||||||
// remove from active_uploads
|
// remove from active_uploads
|
||||||
delete window.active_uploads[opid];
|
delete window.active_uploads[opid];
|
||||||
window.location.reload();
|
|
||||||
},
|
},
|
||||||
// error
|
// error
|
||||||
error: async function(err){
|
error: async function(err){
|
||||||
|
Loading…
Reference in New Issue
Block a user