diff --git a/src/layer/vector/Path.SVG.js b/src/layer/vector/Path.SVG.js index cfb736f5..53700cc1 100644 --- a/src/layer/vector/Path.SVG.js +++ b/src/layer/vector/Path.SVG.js @@ -112,8 +112,6 @@ L.Path = L.Path.extend({ } this._fireMouseEvent(e); - - L.DomEvent.stopPropagation(e); }, _fireMouseEvent: function (e) {