remove tmp anchor when not routing
This commit is contained in:
parent
8506206ab8
commit
5642129623
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ export class RoutingControls {
|
|||
this.map.off('click', this.appendAnchorBinded);
|
||||
this.map.off('mousemove', this.fileId, this.showTemporaryAnchorBinded);
|
||||
this.map.off('mousemove', this.updateTemporaryAnchorBinded);
|
||||
this.temporaryAnchor.marker.remove();
|
||||
resetCursor();
|
||||
|
||||
this.fileUnsubscribe();
|
||||
|
|
Loading…
Reference in a new issue