Skip to content

Commit

Permalink
Fix Pause after replay
Browse files Browse the repository at this point in the history
  • Loading branch information
lukarenko committed Apr 28, 2024
1 parent f8d2759 commit 9410721
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/timelapse/Timelapse3.vue
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
const map_track_replay = () => {
map.value.removeLayer(polyLine.value)
map.value.removeLayer(marker.value)
stopped.value = false
map_track_setup()
}
Expand Down

0 comments on commit 9410721

Please sign in to comment.