MCPcopy Index your code
hub / github.com/OpenSignLabs/OpenSign / onResize

Function onResize

apps/OpenSign/src/hook/useWindowSize.js:9–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7 });
8
9 const onResize = () => {
10 setSize({
11 width: window.innerWidth,
12 height: window.innerHeight
13 });
14 };
15
16 useEffect(() => {
17 onResize();

Callers 1

useWindowSizeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected