Skip to content

Commit

Permalink
fix: fixed nolimits4web#2807
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyongsheng committed Feb 26, 2019
2 parents d6b96fd + 21ba951 commit 29f82dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/core/update/updateActiveIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ export default function (newActiveIndex) {
if (previousRealIndex !== realIndex) {
swiper.emit('realIndexChange');
}
<<<<<<< HEAD
=======

>>>>>>> 21ba9512ee7b540971bdc12db913543baeb140f7
if (swiper.initialized || swiper.runCallbacksOnInit) {
swiper.emit('slideChange');
}
Expand Down

0 comments on commit 29f82dc

Please sign in to comment.