mirror of
https://github.com/dataease/dataease.git
synced 2025-02-23 19:12:55 +08:00
fix(图表): typos
This commit is contained in:
parent
f2c229ffea
commit
70d7b8419d
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user