L.Illustrate.Textbox refactoring
justinmanley opened this issue · 0 comments
justinmanley commented
- Make
L.Illustrate.Textbox
inherit fromL.RotatableMarker
, rather than settingthis._textbox = L.RotatableMarker
. The current situation is screwing up event propagation (events aren't propagating from the marker icon to theL.Illustrate.Textbox
instance).