From fa88a7c07b4650520c3800164c23d0cd31816b93 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Sun, 21 Jun 2026 09:14:09 -0700 Subject: [PATCH] format --- js/desktop/src/hooks/use-file-input.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/desktop/src/hooks/use-file-input.ts b/js/desktop/src/hooks/use-file-input.ts index bb4ff4c..7a5cd87 100644 --- a/js/desktop/src/hooks/use-file-input.ts +++ b/js/desktop/src/hooks/use-file-input.ts @@ -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);