mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 21:12:33 +08:00
fix(图表): 修复地图缩放按钮点击无效
This commit is contained in:
@@ -179,7 +179,7 @@ const handleInnerMouseDown = e => {
|
||||
dvMainStore.mobileInPc
|
||||
) {
|
||||
onClick()
|
||||
if (e.target?.className?.includes('ed-input__inner')) return
|
||||
if (e.target?.className?.includes?.('ed-input__inner')) return
|
||||
e?.stopPropagation()
|
||||
e?.preventDefault()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user