We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cace89e commit e7a03c1Copy full SHA for e7a03c1
1 file changed
app/components/Compare/FacetScatterChart.vue
@@ -402,7 +402,7 @@ onMounted(async () => {
402
type="button"
403
class="flex gap-1.5 place-items-center"
404
:class="legendItem.isSegregated ? 'line-through' : 'hover:underline'"
405
- @click="() => toggleLegendItem(legendItem)"
+ @click="toggleLegendItem(legendItem)"
406
@mouseenter="legendItem.onEnter()"
407
@mouseleave="legendItem.onLeave()"
408
@focus="legendItem.onEnter()"
0 commit comments