mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
fixed mobile spinning on zoom and vulnerabilities
This commit is contained in:
parent
dac68e7445
commit
76affc56b5
3 changed files with 175 additions and 161 deletions
|
@ -62,7 +62,7 @@ export class Router {
|
|||
useHints: false,
|
||||
})
|
||||
.on('routingstart', this.showSpinner)
|
||||
.on('routesfound routingerror', this.hideSpinner)
|
||||
.on('routesfound routingerror routeselected routingzoomend', this.hideSpinner)
|
||||
.on('waypointschanged', this.updateWaypointsCount);
|
||||
|
||||
this.router.addTo(map);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue