Skip to content

Commit

Permalink
Revert "Stop drag propagation, fixes Leaflet#4249"
Browse files Browse the repository at this point in the history
This reverts commit a32017f.
  • Loading branch information
mourner committed Mar 7, 2016
1 parent 4333f88 commit 98e87d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/dom/Draggable.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ L.Draggable = L.Evented.extend({

if (this._moving) { return; }

L.DomEvent.stopPropagation(e);

this.fire('down');

var first = e.touches ? e.touches[0] : e;
Expand Down

0 comments on commit 98e87d3

Please sign in to comment.