diff --git a/frontend/src/conversation/Conversation.tsx b/frontend/src/conversation/Conversation.tsx index d5781772..1d0e129e 100644 --- a/frontend/src/conversation/Conversation.tsx +++ b/frontend/src/conversation/Conversation.tsx @@ -59,6 +59,7 @@ export default function Conversation() { const { getRootProps, getInputProps, isDragActive } = useDropzone({ onDrop, + noClick: true, multiple: true, onDragEnter: () => undefined, onDragOver: () => undefined,