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

[GB-Mobile Integration] Fix for Backspace does not outdent nested list item #821

Open
wants to merge 3 commits into
base: trunk
Choose a base branch
from

Commits on Jun 4, 2019

  1. Make sure to call the BackSpace listener when the backspace key is pr…

    …essed, regarless of the position of the caret in the field.
    
    Previously it was only called when the caret was at beginning of the field.
    daniloercoli committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    8f08763 View commit details
    Browse the repository at this point in the history
  2. Make sure to properly catch the selection status and do not fire the …

    …backspace in case selection is active in the editor
    daniloercoli committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    fbf98c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bcf5bc View commit details
    Browse the repository at this point in the history