Leaflet.Editable icon indicating copy to clipboard operation
Leaflet.Editable copied to clipboard

Mouseover/out events not fired on other layers while drawing

Open Jadaw1n opened this issue 6 years ago • 0 comments

Hi, I noticed that mouseover/out events aren't fired on other layers while I'm drawing a line (or generally drawing something). I found the method blockEvents() and can disable the behaviour by overwriting it with an empy function (map.editTools.blockEvents = function(){}). But that enables click events etc. as well which is not what I want.

Is it somehow possible to enable just those events in a more concise way?

Jadaw1n avatar Mar 21 '18 16:03 Jadaw1n