Revert "fix: 🐛 go to last timeline selected"
This reverts commit 4478468256
.
This commit is contained in:
parent
18afe6ab47
commit
9d6172757c
|
@ -314,9 +314,7 @@ function syncSlide(index) {
|
||||||
}
|
}
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
syncSlide(
|
syncSlide(timelines.indexOf(swiperRef.activeIndex));
|
||||||
timelines.indexOf(defaultStore.state.tl?.src || swiperRef.activeIndex)
|
|
||||||
);
|
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue