We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69e7ffa commit 7b5cef6Copy full SHA for 7b5cef6
invokeai/frontend/web/src/features/dnd/FullscreenDropzone.tsx
@@ -20,7 +20,7 @@ import { z } from 'zod';
20
21
const ACCEPTED_IMAGE_TYPES = ['image/png', 'image/jpg', 'image/jpeg'];
22
const ACCEPTED_FILE_EXTENSIONS = ['.png', '.jpg', '.jpeg'];
23
-const log = logger('paste');
+const log = logger('gallery');
24
25
// const MAX_IMAGE_SIZE = 4; //In MegaBytes
26
// const sizeInMB = (sizeInBytes: number, decimalsNum = 2) => {
@@ -107,7 +107,7 @@ export const FullscreenDropzone = memo(() => {
107
108
uploadImages(uploadArgs);
109
},
110
- [maxImageUploadCount, t]
+ [t]
111
);
112
113
useEffect(() => {
0 commit comments