We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0aae9a commit 5ca46b6Copy full SHA for 5ca46b6
src/core/moduleExtendParams.mjs
@@ -13,6 +13,7 @@ export default function moduleExtendParams(params, allModulesParams) {
13
}
14
if (
15
moduleParamName === 'navigation' &&
16
+ params[moduleParamName] &&
17
params[moduleParamName].enabled &&
18
!params[moduleParamName].prevEl &&
19
!params[moduleParamName].nextEl
0 commit comments