diff --git a/src/components/AttachmentDragAndDrop.vue b/src/components/AttachmentDragAndDrop.vue index f8f7c52db..9fc790ad4 100644 --- a/src/components/AttachmentDragAndDrop.vue +++ b/src/components/AttachmentDragAndDrop.vue @@ -109,6 +109,7 @@ export default { }, methods: { handleDropFiles(event) { + event.dataTransfer.dropEffect = 'copy' this.isDraggingOver = false if (this.isReadOnly) { return