Skip to content

Commit dc28a87

Browse files
authored
Merge pull request #2700 from nextcloud/bugfix/noid/files-upload-copy
Attempt to copy file on dropping it to deck
2 parents a64dc7c + 03d71b3 commit dc28a87

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/AttachmentDragAndDrop.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ export default {
109109
},
110110
methods: {
111111
handleDropFiles(event) {
112+
event.dataTransfer.dropEffect = 'copy'
112113
this.isDraggingOver = false
113114
if (this.isReadOnly) {
114115
return

0 commit comments

Comments
 (0)