Revert "Stop drag propagation, fixes #4249"

This reverts commit a32017f890.
This commit is contained in:
Vladimir Agafonkin 2016-03-07 23:12:39 +02:00
parent 4333f8831d
commit 98e87d3d94

View File

@ -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;