提交 769766a9 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

fix(map): 修复tap事件不触发问题

上级 4679e413
......@@ -281,6 +281,7 @@ function useMap(
)
maps.event.addListener(map, 'click', () => {
// TODO 编译器将 tap 转换为 click
trigger('tap', {} as Event, {})
trigger('click', {} as Event, {})
})
maps.event.addListener(map, 'dragstart', () => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册