Skip to content

Commit 11f13dd

Browse files
committed
Fix - VueUiQuickChart - Fix tooltip trap remaining highlighted on mouseleave on line type
1 parent aa7ba96 commit 11f13dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/vue-ui-quick-chart.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,7 @@ const line = computed(() => {
741741
742742
function killTooltip() {
743743
selectedDatapoint.value = null;
744+
commonSelectedIndex.value = null;
744745
isTooltip.value = false;
745746
}
746747

0 commit comments

Comments
 (0)