fix(图表): typos

This commit is contained in:
jianneng-fit2cloud 2025-02-18 11:48:24 +08:00 committed by jianneng-fit2cloud
parent f2c229ffea
commit 70d7b8419d

View File

@ -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'