diff --git a/editor/src/graph.js b/editor/src/graph.js index 11157b8..57e35a0 100644 --- a/editor/src/graph.js +++ b/editor/src/graph.js @@ -40,7 +40,7 @@ function wikiGraph(selector, options) { } }, layout: { - improvedLayout: false + improvedLayout: true } };