We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c2e77 commit 75a1eacCopy full SHA for 75a1eac
public/js/master.js
@@ -33,7 +33,6 @@ document.addEventListener("DOMContentLoaded", async () => {
33
nodes: [0],
34
edges: nsn.network.getConnectedEdges(0)
35
};
36
- currentNodeParams = rootNodeParams;
37
levelNodesParams.set(0, rootNodeParams);
38
39
nsn.network.on("click", updateShowInfoMenu);
0 commit comments