Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Mar 28, 2024
1 parent 1bd2fae commit 236e6b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/navigation/navigation.mjs
Expand Up @@ -31,6 +31,7 @@ export default function Navigation({ swiper, extendParams, on, emit }) {
if (
swiper.params.uniqueNavElements &&
typeof el === 'string' &&
res &&
res.length > 1 &&
swiper.el.querySelectorAll(el).length === 1
) {
Expand Down

0 comments on commit 236e6b4

Please sign in to comment.