Clicking a marker seems to update the focus on the globe. I'd like to disable this, perhaps with enableFocusOnClickMarker prop. This is the line in question, it seems:
|
this.updateFocus(marker.coordinates); |
I don't want users to be able to click into the globe. Thanks!
Clicking a marker seems to update the focus on the globe. I'd like to disable this, perhaps with
enableFocusOnClickMarkerprop. This is the line in question, it seems:react-globe/lib/globe.js
Line 177 in 9d8e913
I don't want users to be able to click into the globe. Thanks!