diff --git a/src/components/thread/index.tsx b/src/components/thread/index.tsx index 013d729..7025866 100644 --- a/src/components/thread/index.tsx +++ b/src/components/thread/index.tsx @@ -133,6 +133,7 @@ export function Thread() { dropRef, removeBlock, resetBlocks, + dragOver, } = useFileUpload(); const [firstTokenReceived, setFirstTokenReceived] = useState(false); const isLargeScreen = useMediaQuery("(min-width: 1024px)"); @@ -442,8 +443,18 @@ export function Thread() {