Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CB-5555 fix cursor going to the beginning on undo/redo #3055

Open
wants to merge 4 commits into
base: devel
Choose a base branch
from

Commits on Nov 6, 2024

  1. CB-5555 fix cursor going to the beginning on undo/redo

    This commit handles the situations and sets fallback when there are text changes but selection has not been set (for example, its position outside of the doc). It that case we set the cursor in the end of the result string. It helps us to keep the cursor position more consistent.
    SychevAndrey committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    d345164 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    697d410 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    fb0f9af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1627c5 View commit details
    Browse the repository at this point in the history