Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting allowKeyboardControl to false doesn't do anything #391

Closed
davidhan527 opened this issue Aug 3, 2023 · 1 comment
Closed

Setting allowKeyboardControl to false doesn't do anything #391

davidhan527 opened this issue Aug 3, 2023 · 1 comment

Comments

@davidhan527
Copy link

I set allowKeyboardControl: false and I'm still able to move through the guided tour using the left and right arrow keys.

Here is the full configuration that I'm using:

    const driverObj = driver({
      showProgress: true,
      allowKeyboardControl: false,
      showButtons: ["next", "previous"],
      steps: [...]
    })
@kamranahmedse
Copy link
Owner

Fixed in 1.2.x — thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants