jupyterlab / lumino

Lumino is a library for building interactive web applications
https://lumino.readthedocs.io/
Other
596 stars 127 forks source link

Propagate scroll from backdrop #652

Closed krassowski closed 7 months ago

krassowski commented 8 months ago

References

Fixes https://github.com/jupyterlab/jupyterlab/issues/14881

Code changes

User-facing changes

Restoring scrolling in browser when dragging cells:

fixed-scrolling-notebook

Once https://github.com/jupyterlab/jupyterlab/pull/15318 is in, also enables scrolling in file browser with selection

after-file-browser

Backwards-incompatible changes

None