Skip to content

Commit

Permalink
Merge 7446d61 into ab532d7
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed May 6, 2019
2 parents ab532d7 + 7446d61 commit b3e8d95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/google-maps/src/utils.js
Expand Up @@ -131,6 +131,11 @@ function handleMouseEvent(deck, type, event) {
let callback;
switch (type) {
case 'click':
// Hack: because we do not listen to pointer down, perform picking now
deck._lastPointerDownInfo = deck.pickObject({
x: event.pixel.x,
y: event.pixel.y
});
callback = deck._onEvent;
break;

Expand Down

0 comments on commit b3e8d95

Please sign in to comment.