1995eaton / chromium-vim

Vim bindings for Google Chrome.
https://chrome.google.com/webstore/detail/cvim/ihlenndgcmojhcghmfjfneahoeklbjjh
MIT License
2.25k stars 326 forks source link

f key is invalid with 1.2.99 chrome (83.0.4103.61) #734

Open dengyifan opened 4 years ago

illiiilli commented 4 years ago

This is tracked in issue #726.

lidonghai commented 4 years ago

The root cause of "f key is invalid" is method createShadowRoot() has been deprecated in favor of attachShadow. u can replace createShadowRoot() with attachShadow({mode: 'open'}) to slove this problem.