mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-05 01:42:54 +00:00
progress
This commit is contained in:
@@ -14,11 +14,7 @@ export class DistanceMarkers {
|
||||
|
||||
gpxStatistics.subscribe(this.updateBinded);
|
||||
distanceMarkers.subscribe(this.updateBinded);
|
||||
distanceUnits.subscribe(() => {
|
||||
if (get(distanceMarkers)) {
|
||||
this.update();
|
||||
}
|
||||
});
|
||||
distanceUnits.subscribe(this.updateBinded);
|
||||
}
|
||||
|
||||
update() {
|
||||
|
Reference in New Issue
Block a user