Fix mobile

This commit is contained in:
2026-02-17 23:14:05 +00:00
parent d51efb535d
commit 836305e2a3
11 changed files with 306 additions and 95 deletions
+1 -1
View File
@@ -621,7 +621,7 @@ export function useForceSimulation(
return () => {
simulation.stop()
}
}, [dimensions, options])
}, [dimensions, options, svgRef])
return {
simulationRef,