Rick Mohr

Results 3 comments of Rick Mohr

@EgorKorshunov, here's one way to capture a `GSAP` timeline at the correct speed. Since the timeline stores the full animation we can control the capture rate directly, independent of any...

Also I believe `input:change` is sent before `input:start`, which seems incorrect.

Looks like [those strings are defined here](https://github.com/Leaflet/Leaflet.draw/blob/818af15d667dcb86d3cc42ad548b24a7358af3d4/src/Leaflet.draw.js#L121-L123), so you could update them with e.g. ```javascript L.drawLocal.draw.handlers.polygon.tooltip.start = ""; ``` `drawLocal` is documented -- though not it's entire structure -- so...