From 70d7b8419d19b158b456bce76648afef72a3e836 Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Tue, 18 Feb 2025 11:48:24 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20typos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../chart/components/js/panel/charts/map/tooltip-carousel.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/core-frontend/src/views/chart/components/js/panel/charts/map/tooltip-carousel.ts b/core/core-frontend/src/views/chart/components/js/panel/charts/map/tooltip-carousel.ts index 63b580f458..ede0282514 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/charts/map/tooltip-carousel.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/charts/map/tooltip-carousel.ts @@ -250,9 +250,7 @@ export class CarouselManager { } else { if (this.chart.type === 'map') { // 轮播进行时,隐藏隐藏鼠标悬浮的tooltip - const mouseTooltip = containerElement.getElementsByClassName( - 'l7plot-tooltip-container' - ) + const mouseTooltip = containerElement.getElementsByClassName('l7plot-tooltip-container') for (const tooltip of Array.from(mouseTooltip)) { const tooltipElement = tooltip as HTMLElement tooltipElement.style.display = 'none'