increase debounce time

This commit is contained in:
Evan Simkowitz 2024-08-19 14:29:58 -07:00
parent fd375b95d8
commit bdfd7b22d9
No known key found for this signature in database

View file

@ -313,7 +313,7 @@ function AppBackground() {
} }
} }
const getAvgColor = React.useCallback( const getAvgColor = React.useCallback(
debounce(10, () => { debounce(30, () => {
if ( if (
bgRef.current && bgRef.current &&
PLATFORM !== "darwin" && PLATFORM !== "darwin" &&