Skip to content

Commit

Permalink
fix: startTrack stabilized.
Browse files Browse the repository at this point in the history
  • Loading branch information
ckeller81 committed Aug 24, 2024
1 parent 0ac6bfd commit 11f4ea3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/views/PathFinder.vue
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,10 @@ export default defineComponent({
}
const startTrack = async () => {
if (!arrived.value) {
return;
}
if (currentTrackId.value) {
if (startTrackInterval) {
clearInterval(startTrackInterval);
Expand Down

0 comments on commit 11f4ea3

Please sign in to comment.