MCPcopy Create free account
hub / github.com/DFin/Neural-Network-Visualisation / scheduleNeuronPanelLayout

Function scheduleNeuronPanelLayout

assets/main.js:236–236  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

234 };
235
236 const scheduleNeuronPanelLayout = () => window.requestAnimationFrame(applyNeuronPanelLayout);
237 scheduleNeuronPanelLayout();
238 window.addEventListener("resize", scheduleNeuronPanelLayout, { passive: true });
239

Callers 1

initializeVisualizerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected