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

Remove focus from RichText when unmounting #16146

Closed
wants to merge 1 commit into from

Commits on Jun 13, 2019

  1. Remove focus from RichText when unmounting

    In #15999 this behavior was changed to prevent the keyboard from disappearing
    when you press Enter to create a new paragraph.
    
    This worked in that case, but had the side effect of TextInputState still
    thinking a dead view had focus, and causing a crash in some scenarios.
    koke committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    985897f View commit details
    Browse the repository at this point in the history