-
-
Notifications
You must be signed in to change notification settings - Fork 486
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
[SurfingKeys] Error found in settings: TypeError: Hints.setCharacters is not a function - after most recent update #2155
Comments
See discussions here: |
I'm hitting a similar issue with setNumeric. Looks like it's still a function when i pulled the repo, but not sure if that's whats deployed in the chrome extension store. Any help would be appreciated! |
Seems like it can be temporarily fixed with this: #1821 (comment) |
Watch out -- it doesn't look like this is a fix. Since |
Right. See Brook's comment here: #1821 (comment) |
Fixed in 1.17.1. |
Error details
SurfingKeys: 1.17.0
Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36
URL: any
Context
I have the following line in my settings:
Hints.setCharacters('arstdqwfpgzxcvbneiouym')
and that started throwing an error after the latest update
The text was updated successfully, but these errors were encountered: