mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-06 11:57:16 +08:00
Disable keyboard navigation in tutorial [SCI-703]
This commit is contained in:
parent
be59b85d3b
commit
d7aa155860
1 changed files with 2 additions and 0 deletions
|
@ -105,6 +105,7 @@ function initPageTutorialSteps(pageFirstStepN, pageLastStepN, nextPagePath,
|
||||||
exitOnOverlayClick: false,
|
exitOnOverlayClick: false,
|
||||||
exitOnEsc: false,
|
exitOnEsc: false,
|
||||||
disableInteraction: true,
|
disableInteraction: true,
|
||||||
|
keyboardNavigation: false,
|
||||||
tooltipClass: 'custom next-page-link'
|
tooltipClass: 'custom next-page-link'
|
||||||
})
|
})
|
||||||
.onexit(function() {
|
.onexit(function() {
|
||||||
|
@ -133,6 +134,7 @@ function initPageTutorialSteps(pageFirstStepN, pageLastStepN, nextPagePath,
|
||||||
exitOnOverlayClick: false,
|
exitOnOverlayClick: false,
|
||||||
exitOnEsc: false,
|
exitOnEsc: false,
|
||||||
disableInteraction: true,
|
disableInteraction: true,
|
||||||
|
keyboardNavigation: false,
|
||||||
tooltipClass: 'custom next-page-link',
|
tooltipClass: 'custom next-page-link',
|
||||||
steps: steps
|
steps: steps
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue