mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-05 19:34:34 +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,
|
||||
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
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue