We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The [hide-keyboard] key throws an exception and then fails to close the keyboard.
The error thrown is
TypeError: mathfield.focus is not a function
I added a custom keyboard that uses the [hide-keyboard] key
When I click the [hide-keyboard] button a TypeError is thrown and the keyboard does not close.
I would expect the keyboard to close and no error to be thrown.
MathLive version 0.96.0 and 0.95.5
Operating System macOS
Browser Safari and Chrome
The text was updated successfully, but these errors were encountered:
c0b06b2
No branches or pull requests
Description
The [hide-keyboard] key throws an exception and then fails to close the keyboard.
The error thrown is
Steps to Reproduce
I added a custom keyboard that uses the [hide-keyboard] key
Actual Behavior
When I click the [hide-keyboard] button a TypeError is thrown and the keyboard does not close.
Expected Behavior
I would expect the keyboard to close and no error to be thrown.
Environment
MathLive version 0.96.0 and 0.95.5
Operating System macOS
Browser Safari and Chrome
The text was updated successfully, but these errors were encountered: