Merge pull request #2700 from nextcloud/bugfix/noid/files-upload-copy
Attempt to copy file on dropping it to deck
This commit is contained in:
@@ -109,6 +109,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
handleDropFiles(event) {
|
||||
event.dataTransfer.dropEffect = 'copy'
|
||||
this.isDraggingOver = false
|
||||
if (this.isReadOnly) {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user