debouncing delay

This commit is contained in:
2025-10-11 22:17:26 +02:00
parent 7233e3a534
commit 3a5d7607e3
+1 -1
View File
@@ -2846,7 +2846,7 @@ const handleDownload = useCallback(
setLoading(false); setLoading(false);
} }
} }
}, 150); }, 300);
return () => { return () => {
cancelled = true; cancelled = true;