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: {
|
methods: {
|
||||||
handleDropFiles(event) {
|
handleDropFiles(event) {
|
||||||
|
event.dataTransfer.dropEffect = 'copy'
|
||||||
this.isDraggingOver = false
|
this.isDraggingOver = false
|
||||||
if (this.isReadOnly) {
|
if (this.isReadOnly) {
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user