Skip to content

Commit

Permalink
fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzhenn committed Nov 26, 2022
1 parent 2094fe2 commit e482289
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/map/handler/Map.GeometryEvents.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ const EVENTS =
*/

const MOUSEEVENT_ASSOCIATION_TABLE = {
'mousemove': ['mousemove', 'mouseover', 'mouseout', 'mouseenter']
'mousemove': ['mousemove', 'mouseover', 'mouseout', 'mouseenter'],
'touchend': ['touchend', 'click']
};

class MapGeometryEventsHandler extends Handler {
Expand Down

0 comments on commit e482289

Please sign in to comment.