Leaflet/Leaflet.Editable

Events for L.Editable.MiddleMarker?

ThomasDaheim opened this issue · 0 comments

Hi,

I'm using Leaflet.Editable and I'm quite happy with it! Thanks a lot for this.

Recently, I've been adding listeners to various events. I have done so successfully for L.Editable.VertexMarker and have found that for L.Editable.MiddleMarker no events are sent (e.g. mouseover, mouseout, ...). Is there a compelling reason for that or has it simply not been implemented?

At first glance the code looks like it should be pretty straightforward to add that. But before trying to do so I would like to check :-)

Thomas