diff --git a/src/components/thread/index.tsx b/src/components/thread/index.tsx index 7025866..1332881 100644 --- a/src/components/thread/index.tsx +++ b/src/components/thread/index.tsx @@ -134,6 +134,7 @@ export function Thread() { removeBlock, resetBlocks, dragOver, + handlePaste, } = useFileUpload(); const [firstTokenReceived, setFirstTokenReceived] = useState(false); const isLargeScreen = useMediaQuery("(min-width: 1024px)"); @@ -466,6 +467,7 @@ export function Thread() {