Skip to content

Commit

Permalink
fix: package info not opening
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreDemailly committed Nov 26, 2023
1 parent b1c2e77 commit 75a1eac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/js/master.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ document.addEventListener("DOMContentLoaded", async () => {
nodes: [0],
edges: nsn.network.getConnectedEdges(0)
};
currentNodeParams = rootNodeParams;
levelNodesParams.set(0, rootNodeParams);

nsn.network.on("click", updateShowInfoMenu);
Expand Down

0 comments on commit 75a1eac

Please sign in to comment.