fix(图表): 修复滚动提示位置偏移不及时的问题

This commit is contained in:
jianneng-fit2cloud
2025-12-15 14:50:23 +08:00
committed by jianneng-fit2cloud
parent 3ebe911d5f
commit 4299df1bf4

View File

@@ -508,7 +508,7 @@ class ChartCarouselTooltip {
instance.resume()
}
})
}, 50)
}, 0)
// 定义 touchmove 事件处理函数(移动端)
const handleTouchMove = (event: TouchEvent) => {
handleMouseWheel(event)