Skip to content

Commit

Permalink
chore: fix moduleParams check
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Sep 20, 2023
1 parent abf8405 commit a0aae9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/moduleExtendParams.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,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 a0aae9a

Please sign in to comment.