mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 16:43:16 +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({
|
||||
onDrop,
|
||||
noClick: true,
|
||||
multiple: true,
|
||||
onDragEnter: () => undefined,
|
||||
onDragOver: () => undefined,
|
||||
|
||||
Reference in New Issue
Block a user