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
Because of this code
if (!target.is("input") && !target.is("textarea")) {
if a text input is clicked and THEN canvas is clicked, keyup and keydown (for example delete) don't do anything.
Somehow if the canvas is clicked it needs to steal back focus from any selected input / radio button etc.
I couldn't figure it out so locally I commented that code
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Because of this code
if (!target.is("input") && !target.is("textarea")) {
if a text input is clicked and THEN canvas is clicked, keyup and keydown (for example delete) don't do anything.
Somehow if the canvas is clicked it needs to steal back focus from any selected input / radio button etc.
I couldn't figure it out so locally I commented that code
The text was updated successfully, but these errors were encountered: