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

BUG: Break Jira Navbar #751

Open captainko opened 2 years ago

captainko commented 2 years ago

Jira Navbar breaks after leaving search mode. image

b-coimbra commented 2 years ago

Hey, this is an issue in the following line: https://github.com/1995eaton/chromium-vim/blob/283ec275ce3b20e7de991cbb64cb7758e4442661/content_scripts/find.js#L246 I'm currently trying to find an alternative to this, as removing this line will break the search hints. I'll publish the fix in https://github.com/b-coimbra/vimch when I do.

b-coimbra commented 2 years ago

@captainko Fixed this on vimch@1176de6.