This commit is contained in:
ThatOneCalculator 2022-10-25 11:16:29 -07:00
parent 9fe3595a8c
commit f7fdaa128a
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "calckey", "name": "calckey",
"version": "12.119.0-calc.1-rc.9.1", "version": "12.119.0-calc.1-rc.9.3",
"codename": "aqua", "codename": "aqua",
"repository": { "repository": {
"type": "git", "type": "git",

View file

@ -120,6 +120,7 @@ function onSlideChange() {
function syncSlide(index) { function syncSlide(index) {
swiperRef.slideTo(index); swiperRef.slideTo(index);
tab = tabs[index];
} }
</script> </script>