vispy / jupyter_rfb

Remote Frame Buffer for Jupyter
https://jupyter-rfb.readthedocs.io
MIT License
55 stars 10 forks source link

Prevent scroll event while scrolling the page #47

Closed almarklein closed 2 years ago

almarklein commented 2 years ago

If you scroll the notebook, and the widget happens to scroll under the mouse, it should not send scroll events.

@pijyoi mentioned this in https://github.com/pyqtgraph/pyqtgraph/pull/2055