From 28f067ce73c7744c1ad524dbce752a19197acde7 Mon Sep 17 00:00:00 2001 From: danzel Date: Thu, 4 Oct 2012 09:59:37 +1300 Subject: [PATCH] Allow SVG Path click propogation. Fixes #834 --- src/layer/vector/Path.SVG.js | 2 -- 1 file changed, 2 deletions(-) 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) {