mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-23 08:48:28 +00:00
uselayouteffect for window controls overlay callback
This commit is contained in:
parent
a52e5c6c9b
commit
fd375b95d8
1 changed files with 1 additions and 1 deletions
|
|
@ -336,7 +336,7 @@ function AppBackground() {
|
|||
}),
|
||||
[bgRef, style]
|
||||
);
|
||||
React.useEffect(getAvgColor, [getAvgColor]);
|
||||
React.useLayoutEffect(getAvgColor, [getAvgColor]);
|
||||
useResizeObserver(bgRef, getAvgColor);
|
||||
|
||||
return <div ref={bgRef} className="app-background" style={style} />;
|
||||
|
|
|
|||
Loading…
Reference in a new issue