mirror of
https://github.com/wavetermdev/backup.git
synced 2026-04-22 15:26:58 -07:00
increase debounce time
This commit is contained in:
@@ -313,7 +313,7 @@ function AppBackground() {
|
||||
}
|
||||
}
|
||||
const getAvgColor = React.useCallback(
|
||||
debounce(10, () => {
|
||||
debounce(30, () => {
|
||||
if (
|
||||
bgRef.current &&
|
||||
PLATFORM !== "darwin" &&
|
||||
|
||||
Reference in New Issue
Block a user