diff --git a/core/core-frontend/src/views/chart/components/js/g2plot_tooltip_carousel.ts b/core/core-frontend/src/views/chart/components/js/g2plot_tooltip_carousel.ts index dfefdc1691..af92562b8b 100644 --- a/core/core-frontend/src/views/chart/components/js/g2plot_tooltip_carousel.ts +++ b/core/core-frontend/src/views/chart/components/js/g2plot_tooltip_carousel.ts @@ -508,7 +508,7 @@ class ChartCarouselTooltip { instance.resume() } }) - }, 50) + }, 0) // 定义 touchmove 事件处理函数(移动端) const handleTouchMove = (event: TouchEvent) => { handleMouseWheel(event)