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

[RNMobile] RichText: Prevent early return in onSelectionChangeFromAztec when content has leading or trailing spaces #42046

Closed
wants to merge 5 commits into from

Commits on Jun 29, 2022

  1. Detect if space is used at start or end of string

    This is to prevent returning early and the space being unnecessarily stripped out when the user is typing.
    Siobhan committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    98639da View commit details
    Browse the repository at this point in the history
  2. Update variable name for clarity/conciseness

    Siobhan committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    8db0d5f View commit details
    Browse the repository at this point in the history
  3. Add missing space in leadingOrTrailingSpace check

    Siobhan committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    bc1b494 View commit details
    Browse the repository at this point in the history
  4. Add clarifying comment

    Siobhan committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    8354b80 View commit details
    Browse the repository at this point in the history
  5. Add further clarification to comment

    Siobhan committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    117288e View commit details
    Browse the repository at this point in the history