rrose icon indicating copy to clipboard operation
rrose copied to clipboard

Fix initialization for [email protected]

Open olzraiti opened this issue 2 years ago • 2 comments

This PR replaces the _onCloseButtonClick() call on initialization with close() according to [email protected] breaking changes. Leaflet's Popup API internals were reorganized according to their changelog:

  • Reorganize DivOverlay/Popup/Tooltip APIs

olzraiti avatar Aug 25 '22 09:08 olzraiti

Thank you for your work, @olzraiti, gratifying to know people find this little library worth updating. Instead of this hard replace would you be willing to incorporate a Leaflet version check that'd maintain operability with versions earlier than 1.8?

erictheise avatar Aug 29 '22 18:08 erictheise

Happy to help :) that should do the trick

olzraiti avatar Aug 30 '22 09:08 olzraiti