mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-11 08:01:03 -07:00
Revert "fix: 🐛 go to last timeline selected"
This reverts commit 4478468256777c8e7510038bdcb4f9c106f49481.
This commit is contained in:
parent
7d8c0798e5
commit
cd429df9b5
1 changed files with 1 additions and 3 deletions
|
@ -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 a new issue