Skip to content

Commit

Permalink
Merge branch 'master' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Sep 20, 2023
2 parents 14fadc8 + 5ca46b6 commit 0e64de5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/moduleExtendParams.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default function moduleExtendParams(params, allModulesParams) {
}
if (
moduleParamName === 'navigation' &&
params[moduleParamName] &&
params[moduleParamName].enabled &&
!params[moduleParamName].prevEl &&
!params[moduleParamName].nextEl
Expand All @@ -21,6 +22,7 @@ export default function moduleExtendParams(params, allModulesParams) {
}
if (
['pagination', 'scrollbar'].indexOf(moduleParamName) >= 0 &&
params[moduleParamName] &&
params[moduleParamName].enabled &&
!params[moduleParamName].el
) {
Expand Down

0 comments on commit 0e64de5

Please sign in to comment.