fix marker click, fixes #43
This commit is contained in:
parent
28a50d7f18
commit
0d32c913a5
@ -26,7 +26,7 @@ L.Handler.MarkerDrag = L.Handler.extend({
|
|||||||
},
|
},
|
||||||
|
|
||||||
moved: function() {
|
moved: function() {
|
||||||
return this._draggable._moved;
|
return this._draggable && this._draggable._moved;
|
||||||
},
|
},
|
||||||
|
|
||||||
_onDragStart: function(e) {
|
_onDragStart: function(e) {
|
||||||
|
Loading…
Reference in New Issue
Block a user