fix(图表): 修复编辑状态下指标卡触发点击事件之后回到编辑页面会跟随鼠标的问题 #17704

This commit is contained in:
wisonic
2026-02-05 14:21:40 +08:00
committed by wisonic-s
parent a3d34f3a72
commit 5f796b661a

View File

@@ -587,7 +587,7 @@ defineExpose({
ref="indicatorRef"
:class="{ 'menu-point': showCursor }"
:style="contentStyle"
@mousedown="onPointClick"
@click="onPointClick"
>
<view-track-bar
ref="viewTrack"