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

Merge mobile v1.5.0 fixes into master #15703

Merged
merged 2 commits into from
May 20, 2019
Merged

Merge mobile v1.5.0 fixes into master #15703

merged 2 commits into from
May 20, 2019

Commits on May 17, 2019

  1. Fix rich image caption toolbar and focus (#15685)

    * RichText: ownProps has precedence over block context.
    In this way, instances of RichText outside blocks can pass and handle their own custom onFocus and isSelected
    
    * RichText: Remove isSelected from block edit context.
    
    * Fix lint issues
    etoledom authored May 17, 2019
    Configuration menu
    Copy the full SHA
    8160f88 View commit details
    Browse the repository at this point in the history
  2. RichText: Revert removing isSelected from block context (#15698)

    Removing it generates a regression where inserting a new list block, the block is not selected
    etoledom authored May 17, 2019
    Configuration menu
    Copy the full SHA
    0e05d0c View commit details
    Browse the repository at this point in the history