diff --git a/web/apps/photos/src/pages/gallery.tsx b/web/apps/photos/src/pages/gallery.tsx index be321594f4..c8f2d3e3d3 100644 --- a/web/apps/photos/src/pages/gallery.tsx +++ b/web/apps/photos/src/pages/gallery.tsx @@ -861,15 +861,14 @@ const Page: React.FC = () => { }} > - - {blockingLoad && } - - + -> = ({ getDragAndDropRootProps, message, children }) => { +> = ({ getInputProps, getRootProps, message, children }) => { const [isDragActive, setIsDragActive] = useState(false); const onDragEnter = useCallback(() => setIsDragActive(true), []); @@ -50,10 +54,8 @@ export const FullScreenDropZone: React.FC< return ( <> - + + {isDragActive && (