You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change any content (say input balabala at line 10) and performe undo, the added balabala is erazed and the cursor changes to where it happens. (OK)
Change cursor position to any other line (say line 5). Performe redo:
expected: balabala reappears and cursor position stays after balabala (like Nano or Vim)
actual: balabala reapears but cursor position redirects to line 5 (actully I cannot see what is redone because cursor not staying there after redo)