mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 21:12:33 +08:00
fix(图表): 修复编辑状态下指标卡触发点击事件之后回到编辑页面会跟随鼠标的问题 #17704
This commit is contained in:
@@ -587,7 +587,7 @@ defineExpose({
|
||||
ref="indicatorRef"
|
||||
:class="{ 'menu-point': showCursor }"
|
||||
:style="contentStyle"
|
||||
@mousedown="onPointClick"
|
||||
@click="onPointClick"
|
||||
>
|
||||
<view-track-bar
|
||||
ref="viewTrack"
|
||||
|
||||
Reference in New Issue
Block a user