glacambre / firenvim

Embed Neovim in Chrome, Firefox & others.
GNU General Public License v3.0
4.68k stars 144 forks source link

Investigate ignoring scroll events #1507

Closed glacambre closed 1 year ago

glacambre commented 1 year ago

To be short, I want my middlemouse scroll always for page, not for firenvim.

Originally posted by @ysl2 in https://github.com/glacambre/firenvim/issues/1506#issuecomment-1443841816

This is probably easy to do, just a matter of ignoring scroll events. As the Firenvim iframe's content does not overflow, the browser will probably be smart enough to scroll the page.

glacambre commented 1 year ago

This is solved on master and will be available to all when I publish a new release.