teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

コードミスの修正

2021/02/10 08:02

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -67,7 +67,7 @@
67
67
  listThum = null;
68
68
  $('.list-thum .swiper-wrapper').removeAttr('style');
69
69
  $('.list-thum .swiper-slide').removeAttr('style');
70
- $('.list-thum .swiper-slide').eq(slide.realIndex).addClass('is-active');
70
+ $('.list-thum .swiper-slide').eq(listSlide.realIndex).addClass('is-active');
71
71
  ```
72
72
 
73
73
  よろしくお願い致します。