This commit is contained in:
Arjun Patel
2026-06-21 09:14:09 -07:00
parent 372b12f339
commit fa88a7c07b
+1 -1
View File
@@ -111,7 +111,7 @@ export function useFileInput({
e.stopPropagation();
dragCountRef.current = 0;
setIsDragging(false);
const files = transferFiles(e.dataTransfer);
if (files.length > 0) {
onFilesRef.current(files);