Skip to content

Commit 75a1eac

Browse files
fix: package info not opening
1 parent b1c2e77 commit 75a1eac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

public/js/master.js

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ document.addEventListener("DOMContentLoaded", async () => {
3333
nodes: [0],
3434
edges: nsn.network.getConnectedEdges(0)
3535
};
36-
currentNodeParams = rootNodeParams;
3736
levelNodesParams.set(0, rootNodeParams);
3837

3938
nsn.network.on("click", updateShowInfoMenu);

0 commit comments

Comments
 (0)