Double click on the legend propagates to the map in Chrome
See original GitHub issue
Top Results From Across the Web
Google Map's Double Click Event Propagation - Stack Overflow
Here I bind an event handler to double clicking on the Google Map: var aListener = google.maps.event.addListener(map, 'dblclick', ...
Read more >Events | Maps JavaScript API - Google Developers
User events (such as "click" mouse events) are propagated from the DOM to the Maps JavaScript API. These events are separate and distinct...
Read more >Are map legends not clickable in the mobile app? - Google Help
When I use Google Maps in my browser, I can click on the map legends and it shows the location pinned and information....
Read more >Google earth draw straight line between two points
Select Measure distance from the right-click options. Jul 20, 2016 · Google Maps Draw Route In this post we will develop an Android...
Read more >Spectrum Spatial Analyst User Guide 22.1 - Precisely Help
Click or touch the Map Legend icon on the upper right side of the map to open the Legend panel. 3. From the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Kinda late but I added:
My current workaround looks like:
This solved the issue so far.