elevation profile selection style reactive to theme, closes #53
This commit is contained in:
parent
00d6c9b45d
commit
1cadc870f7
1 changed files with 1 additions and 1 deletions
|
@ -552,7 +552,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
$: $slicedGPXStatistics, updateOverlay();
|
||||
$: $slicedGPXStatistics, $mode, updateOverlay();
|
||||
|
||||
onDestroy(() => {
|
||||
if (chart) {
|
||||
|
|
Loading…
Reference in a new issue