mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-06 06:58:21 +00:00
increase debounce time
This commit is contained in:
parent
fd375b95d8
commit
bdfd7b22d9
1 changed files with 1 additions and 1 deletions
|
|
@ -313,7 +313,7 @@ function AppBackground() {
|
|||
}
|
||||
}
|
||||
const getAvgColor = React.useCallback(
|
||||
debounce(10, () => {
|
||||
debounce(30, () => {
|
||||
if (
|
||||
bgRef.current &&
|
||||
PLATFORM !== "darwin" &&
|
||||
|
|
|
|||
Loading…
Reference in a new issue