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
Any hint action (f, F, q, etc.) is ignored.
f
F
q
Does not work on Chromium 80.0.3987.87 Arch Linux, but works on Chromium 79.0.3945.88 Arch Linux.
Chromium 80.0.3987.87 Arch Linux
Chromium 79.0.3945.88 Arch Linux
The text was updated successfully, but these errors were encountered:
Seconded. I can confirm that this is the case on MacOSX as well. The relevant error from the Chrome console is.
Uncaught TypeError: main.createShadowRoot is not a function at hints.js:727
The stack:
(anonymous) | @ | hints.js:727 -- | -- | -- | setTimeout (async) | | | Hints.create | @ | hints.js:679 | createHint | @ | mappings.js:424 | Mappings.convertToAction | @ | mappings.js:1152 | down | @ | keys.js:733 | (anonymous) | @ | keys.js:154
The offending line of code seems to be.
Hints.shadowDOM = main.createShadowRoot();
in hints.js
Sorry, something went wrong.
I'm getting the hints.js:727 error as well on Windows 10 Version 80.0.3987.78 beta (64-bit)
hints.js:727
Windows 10 Version 80.0.3987.78 beta (64-bit)
Duplicate of #716.
No branches or pull requests
Any hint action (
f
,F
,q
, etc.) is ignored.Does not work on
Chromium 80.0.3987.87 Arch Linux
, but works onChromium 79.0.3945.88 Arch Linux
.The text was updated successfully, but these errors were encountered: