mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 21:12:33 +08:00
fix(图表): 修复滚动提示位置偏移不及时的问题
This commit is contained in:
committed by
jianneng-fit2cloud
parent
3ebe911d5f
commit
4299df1bf4
@@ -508,7 +508,7 @@ class ChartCarouselTooltip {
|
||||
instance.resume()
|
||||
}
|
||||
})
|
||||
}, 50)
|
||||
}, 0)
|
||||
// 定义 touchmove 事件处理函数(移动端)
|
||||
const handleTouchMove = (event: TouchEvent) => {
|
||||
handleMouseWheel(event)
|
||||
|
||||
Reference in New Issue
Block a user