Skip to content

Commit

Permalink
#9980 Bugfix: Login collides with User Guide (#9981)
Browse files Browse the repository at this point in the history
The configuration of the tutorial is changed so that you cannot forward the tutorial by keypress anymore.
On the other hand the tutorial will not be forwarded when you finish login by keypress on enter.

Bugfix on behalf of DB Systel GmbH
  • Loading branch information
petra-schanz authored Mar 4, 2024
1 parent fb1633a commit f312509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/client/components/tutorial/Tutorial.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class Tutorial extends React.Component {
steps: [],
run: true,
autoStart: true,
keyboardNavigation: true,
keyboardNavigation: false,
resizeDebounce: false,
resizeDebounceDelay: 200,
holePadding: 0,
Expand Down

0 comments on commit f312509

Please sign in to comment.