Skip to content

Commit

Permalink
fix(hash-navigation): fixed issue when using with freeMode without tr…
Browse files Browse the repository at this point in the history
…ansition

fixes #4478
  • Loading branch information
nolimits4web committed Apr 26, 2021
1 parent 335daff commit c90a7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/hash-navigation/hash-navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default {
swiper.hashNavigation.destroy();
}
},
transitionEnd(swiper) {
'transitionEnd _freeModeNoMomentumRelease': (swiper) => {
if (swiper.hashNavigation.initialized) {
swiper.hashNavigation.setHash();
}
Expand Down

0 comments on commit c90a7bd

Please sign in to comment.