jupyter / notebook

Jupyter Interactive Notebook
https://jupyter-notebook.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
11.78k stars 5k forks source link

On "Undo" action, scroll to cursor position #7514

Closed kuraga closed 2 weeks ago

kuraga commented 2 weeks ago

Problem

On the "Find" action, the browser scrolls to the found position. (So we can do it.)

On the "Undo" action, the browser doesn't scroll to the cursor-after-undo position.

Proposed Solution

On the "Undo" action, scroll to the cursor-after-undo position.

Additional context

Just imagine the cell is big...

krassowski commented 2 weeks ago

This is tracked in:

kuraga commented 2 weeks ago

Ok, thanks!