()
| 234 | }; |
| 235 | |
| 236 | const scheduleNeuronPanelLayout = () => window.requestAnimationFrame(applyNeuronPanelLayout); |
| 237 | scheduleNeuronPanelLayout(); |
| 238 | window.addEventListener("resize", scheduleNeuronPanelLayout, { passive: true }); |
| 239 |
no outgoing calls
no test coverage detected