You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I open the MixinContextmenu with a click on a layer, the layer self call _showAtPoint and then the map also calls _showAtPoint. Because of this, the target in the contextmenu.show event is not the layer, it's the map.
It can fixed with L.DomEvent.stopPropagation(data):
If I open the MixinContextmenu with a click on a layer, the layer self call _showAtPoint and then the map also calls _showAtPoint. Because of this, the target in the contextmenu.show event is not the layer, it's the map.
It can fixed with L.DomEvent.stopPropagation(data):
The text was updated successfully, but these errors were encountered: