From 4299df1bf4dc2dc4710a78795a4ba55f01067bd9 Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Mon, 15 Dec 2025 14:50:23 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E6=8F=90=E7=A4=BA=E4=BD=8D=E7=BD=AE=E5=81=8F?= =?UTF-8?q?=E7=A7=BB=E4=B8=8D=E5=8F=8A=E6=97=B6=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/chart/components/js/g2plot_tooltip_carousel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)