debouncing delay
This commit is contained in:
@@ -2846,7 +2846,7 @@ const handleDownload = useCallback(
|
||||
setLoading(false);
|
||||
}
|
||||
}
|
||||
}, 150);
|
||||
}, 300);
|
||||
|
||||
return () => {
|
||||
cancelled = true;
|
||||
|
||||
Reference in New Issue
Block a user