Skip to content

Commit

Permalink
fix broken edge click
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0nox committed Feb 21, 2024
1 parent 5d1ce9d commit 16f864c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions report-viewer/src/components/ClusterGraph.vue
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,10 @@ const graphOptions = computed(() => {
router.push({
name: 'ComparisonView',
params: {
firstId: hoveredEdge.value.firstId,
secondId: hoveredEdge.value.secondId
comparisonFileName: store().getComparisonFileName(
hoveredEdge.value.firstId,
hoveredEdge.value.secondId
)
}
})
}
Expand Down

0 comments on commit 16f864c

Please sign in to comment.