Disable keyboard navigation in tutorial [SCI-703]

This commit is contained in:
Oleksii Kriuchykhin 2016-11-22 14:14:42 +01:00
parent be59b85d3b
commit d7aa155860

View file

@ -105,6 +105,7 @@ function initPageTutorialSteps(pageFirstStepN, pageLastStepN, nextPagePath,
exitOnOverlayClick: false,
exitOnEsc: false,
disableInteraction: true,
keyboardNavigation: false,
tooltipClass: 'custom next-page-link'
})
.onexit(function() {
@ -133,6 +134,7 @@ function initPageTutorialSteps(pageFirstStepN, pageLastStepN, nextPagePath,
exitOnOverlayClick: false,
exitOnEsc: false,
disableInteraction: true,
keyboardNavigation: false,
tooltipClass: 'custom next-page-link',
steps: steps
})