Skip to content

Commit

Permalink
fix: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
drill-lancer committed Jan 31, 2024
1 parent 3171370 commit b86870e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blocks/slider/editor-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ document.defaultView.addEventListener('load', function () {
);
removeSwiperClassName(newSwiperWrapper);

// swiper-slide クラスを追加
// 不要なクラスを削除
const newSwiperSlide =
slider.querySelectorAll('.vk_slider_item');
newSwiperSlide.forEach((slide) => {
Expand Down

0 comments on commit b86870e

Please sign in to comment.