Skip to content

Commit

Permalink
fix: click on network nodes link to the corresponding detail view
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviareichl committed May 16, 2024
1 parent f3e8424 commit 0ef8915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/network.client.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ onMounted(async () => {
context.camera = context.renderer.getCamera();
context.renderer.on("clickNode", ({ node }) => {
void router.push(`/${locale.value}/entities/` + node);
void router.push(`/entities/` + node);
});
context.renderer.on("enterNode", ({ node }) => {
Expand Down

0 comments on commit 0ef8915

Please sign in to comment.