Fix hidden routing marker still being interactive
This commit is contained in:
parent
47f3a06be6
commit
91108bc334
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ BR.Routing = L.Routing.extend({
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
this._mouseMarker.setOpacity(0.0);
|
this._hideMouseMarker();
|
||||||
this._map.off('mousemove', this._segmentOnMousemove, this);
|
this._map.off('mousemove', this._segmentOnMousemove, this);
|
||||||
this._suspended = true;
|
this._suspended = true;
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue