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

web: Fix Enter key being handled as character E #2673

Commits on Feb 5, 2023

  1. web: Fix Enter key being handled as character E

    When with_prevent_default is set to false, browsers will send keypress
    events for the enter key, with event.key set to Enter.
    
    Ignore it by checking the length of the key string.
    johanhelsing committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    ea56b82 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    f627795 View commit details
    Browse the repository at this point in the history