Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ResizeHandle
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected