Skip to content

Commit

Permalink
EV setting remains enabled on source switch
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonjude committed Aug 3, 2024
1 parent 380c084 commit c86e923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/display/map-display.js
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ async function setMapSource(mapSource, ...loadDataMapArgs)
currentMapSource.cancelDownload()

currentMapSource = mapSource
updateNavBarForNewSource()
updateNavBarForNewSource(false, false)
await loadDataMap(...loadDataMapArgs)
}

Expand Down

0 comments on commit c86e923

Please sign in to comment.