leaflet
leaflet copied to clipboard
clearPopups on popups generated by Marker clicks
I'm not sure if this is a bug or not but currently clearPopups doesn't remove the popups which are generated by clicking a Marker which has been passed a popup argument.
It's relatively easy to work around this by making an observeEvent to handle the popups rather than the AddMarker function but I'm guessing this isn't working as intended.
I have the same issue in the current version of leaflet (2.0.4.1). Is there any plan to fix this?