Skip to content

Commit 79220f2

Browse files
committed
fix: add missing mouseleave
1 parent 2f3b6e6 commit 79220f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Compare/FacetScatterChart.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ function toggleAxisHighlight(state: AxisHighlight) {
323323
block
324324
@change="step += 1"
325325
@mouseenter="toggleAxisHighlight('y')"
326-
@focus="toggleAxisHighlight('y')"
326+
@mouseleave="toggleAxisHighlight(null)"
327327
@focusin="toggleAxisHighlight('y')"
328328
@focusout="toggleAxisHighlight(null)"
329329
/>

0 commit comments

Comments
 (0)