Revert "fix: 🐛 go to last timeline selected"

This reverts commit 4478468256777c8e7510038bdcb4f9c106f49481.
This commit is contained in:
Kainoa Kanter 2023-05-14 15:19:58 -07:00
parent 7d8c0798e5
commit cd429df9b5

View file

@ -314,9 +314,7 @@ function syncSlide(index) {
}
onMounted(() => {
syncSlide(
timelines.indexOf(defaultStore.state.tl?.src || swiperRef.activeIndex)
);
syncSlide(timelines.indexOf(swiperRef.activeIndex));
});
</script>