Skip to content
  • Christian Hergert's avatar
    textview: scroll insert onscreen after undo/redo · 344ad035
    Christian Hergert authored
    After performing an action such as undo/redo, we need to actually scroll
    to the position where the operation occurred.
    
    I do note that the scroll here seems to often get invalidated if it is
    pages away, and we never make the full scroll. But I've seen this all over
    the place elsewhere too and that needs to be handled, most likely, as a
    more comprehensive fix for scrolling during line validation.
    
    Related #4575
    344ad035