提交 74006a5c 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

fix(map): 修复h5点击一次触发两次tap

上级 995e02f7
......@@ -374,10 +374,6 @@ export default {
this.isBoundsReady = true
this.$emit('boundsready')
})
maps.event.addListener(map, 'click', () => {
// TODO 编译器将 tap 转换为click
this.$trigger('click', {}, {})
})
maps.event.addListener(map, 'dragstart', () => {
this.$trigger('regionchange', {}, {
type: 'begin',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册