Optimize setTension() CPU usage

This commit is contained in:
Ian Gulliver
2019-07-03 20:00:05 +00:00
parent b066001423
commit 27411817b1
5 changed files with 14 additions and 9 deletions

View File

@@ -77,7 +77,7 @@ class Architype {
}
onResize(e) {
this.fixSizes(this.graph_.nodes);
this.fixSizes();
}
exportGraphviz() {