mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
noClick set to true for Dropzone.
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user