MCPcopy Create free account
hub / github.com/Mrinank-Bhowmick/python-beginner-projects / onResize

Function onResize

web/src/components/Playground.tsx:281–281  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

279 fitRef.current = fit;
280
281 const onResize = () => fit.fit();
282 window.addEventListener("resize", onResize);
283 const ro = new ResizeObserver(() => {
284 try {

Callers 1

ResizeHandleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected