Revert "Stop drag propagation, fixes #4249"
This reverts commit a32017f890
.
This commit is contained in:
parent
4333f8831d
commit
98e87d3d94
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user