Skip to content

Commit 843b0f7

Browse files
committed
Fix - VueUiDonutEvolution - Reset all selections when closing dialog
1 parent df18512 commit 843b0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/vue-ui-donut-evolution.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1112,7 +1112,7 @@ defineExpose({
11121112
<BaseDraggableDialog
11131113
v-if="FINAL_CONFIG.style.chart.dialog.show"
11141114
ref="dialog"
1115-
@close="fixedDatapoint = null; isFixed = false"
1115+
@close="fixedDatapoint = null; isFixed = false; hoveredDatapoint = null; hoveredIndex = null; fixedDatapointIndex = null"
11161116
:backgroundColor="FINAL_CONFIG.style.chart.dialog.backgroundColor"
11171117
:color="FINAL_CONFIG.style.chart.dialog.color"
11181118
:headerBg="FINAL_CONFIG.style.chart.dialog.header.backgroundColor"

0 commit comments

Comments
 (0)