mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-02 23:28:39 +08:00
Fix: drag-and-drop issue: files not appearing on desktop automatically
This commit is contained in:
parent
badc654968
commit
96c7576607
@ -1808,6 +1808,7 @@ 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){
|
||||
|
Loading…
Reference in New Issue
Block a user