riku
2024-05-14 6b1c06ff714863c7a791d8a7ac921e7ec5da8a97
src/components/animation/HistoricalTrajectory.vue
@@ -126,6 +126,9 @@
    mapAnimation.setOnStopCallback(() => {
      this.$emit('stop');
    });
  },
  unmounted() {
    mapAnimation.stop();
  }
};
</script>