Michael Segal

Results 1 issues of Michael Segal

I use leaflet-freehandshapes version: 0.3.7 leaflet version: 1.6.0 I'm also have fix for that bug: replace this line: L.DomEvent[onoff](document.body, "mouseleave", this.mouseUpLeave.bind(this)) to this: L.DomEvent[onoff](document.body, "mouseleave", this.mouseUpLeave, this); when I pull...