mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-03 17:12:31 +00:00
drag-select range elevation profile
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
let statistics: GPXStatistics;
|
||||
|
||||
$: if ($currentTool === Tool.SCISSORS) {
|
||||
$: if ($slicedGPXStatistics !== undefined) {
|
||||
statistics = $slicedGPXStatistics;
|
||||
} else {
|
||||
statistics = $gpxStatistics;
|
||||
|
Reference in New Issue
Block a user