Skip to content
Snippets Groups Projects
Commit ddd7904b authored by Matthias Konitzny's avatar Matthias Konitzny :fire:
Browse files

Fixed a bug which caused re-renders to trigger the force simulation

parent 7ec58239
No related branches found
No related tags found
No related merge requests found
......@@ -403,7 +403,6 @@ export class GraphRenderer2D extends React.PureComponent<
}
render() {
this.warmupTicks = this.defaultWarmupTicks;
return (
<ForceGraph2D
ref={this.forceGraph}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment