Sam Claus
Sam Claus
**Is your feature request related to a problem? Please describe.** I cannot augment third-party components with actions because components in Svelte do not have an implicit host/root element at runtime....
In the constructor for `Map`, a listener is added for the `'transitionend'` event of the animation proxy element (if zoom animation is enabled): ```js DomEvent.on(this._proxy, 'transitionend', this._catchTransitionEnd, this); ``` This...
### Checklist - [X] I've looked at the [documentation](https://leafletjs.com/reference.html) to make sure the behavior isn't documented and expected. - [X] I'm sure this is an issue with Leaflet, not with...