Skip to content

Commit

Permalink
Prevent event propagation from address search
Browse files Browse the repository at this point in the history
  • Loading branch information
ddohler committed Nov 1, 2018
1 parent 7887373 commit 611ff9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/app/scripts/state/zoom-to-address-directive.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@
}
});

L.DomEvent.disableClickPropagation(addressSearchDiv);

return addressSearchDiv;
}
});
Expand Down

0 comments on commit 611ff9a

Please sign in to comment.