noClick set to true for Dropzone.

This commit is contained in:
Srayash
2024-12-02 00:53:18 +05:30
parent c3973571a7
commit 8adbd6720a

View File

@@ -59,6 +59,7 @@ export default function Conversation() {
const { getRootProps, getInputProps, isDragActive } = useDropzone({ const { getRootProps, getInputProps, isDragActive } = useDropzone({
onDrop, onDrop,
noClick: true,
multiple: true, multiple: true,
onDragEnter: () => undefined, onDragEnter: () => undefined,
onDragOver: () => undefined, onDragOver: () => undefined,