Allow SVG Path click propogation. Fixes #834
This commit is contained in:
parent
1f142c003d
commit
28f067ce73
@ -112,8 +112,6 @@ L.Path = L.Path.extend({
|
||||
}
|
||||
|
||||
this._fireMouseEvent(e);
|
||||
|
||||
L.DomEvent.stopPropagation(e);
|
||||
},
|
||||
|
||||
_fireMouseEvent: function (e) {
|
||||
|
Loading…
Reference in New Issue
Block a user