mirror of
https://github.com/HeyPuter/puter.git
synced 2026-08-29 01:16:43 +00:00
Merge pull request #1050 from mariatouil/issue-1000-drag-drop-fix
Fix: drag-and-drop issue: files not appearing on desktop automatically
This commit is contained in:
@@ -1842,6 +1842,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){
|
||||
|
||||
Reference in New Issue
Block a user