mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-02-22 02:41:23 +01:00
increase debounce time
This commit is contained in:
parent
fd375b95d8
commit
bdfd7b22d9
@ -313,7 +313,7 @@ function AppBackground() {
|
||||
}
|
||||
}
|
||||
const getAvgColor = React.useCallback(
|
||||
debounce(10, () => {
|
||||
debounce(30, () => {
|
||||
if (
|
||||
bgRef.current &&
|
||||
PLATFORM !== "darwin" &&
|
||||
|
Loading…
Reference in New Issue
Block a user