Skip to content

Commit

Permalink
Merge pull request #1595 from jplag/bug-fix/cluster-edge-click
Browse files Browse the repository at this point in the history
fix broken edge click on cluster chart
  • Loading branch information
tsaglam authored Feb 22, 2024
2 parents f66bd07 + 16f864c commit c7edd4c
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 c7edd4c

Please sign in to comment.