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

Fix regression with Sibling Inserter. #11969

Merged
merged 2 commits into from
Nov 19, 2018

Commits on Nov 16, 2018

  1. Fix regression with Sibling Inserter.

    The sibling inserter is the plus you see when you hover between two blocks.
    
    When you have no blocks selected, or use the unified toolbar mode. you can access the sibling inserter between any two blocks.
    
    When you have a block selected, and have the block-affixed toolbars, only the sibling inserter below the selected block should be availabl
    e. Though it should still be keyboard accessible.
    
    This PR fixes that.
    jasmussen committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    aec1712 View commit details
    Browse the repository at this point in the history
  2. Fix for focus mode.

    jasmussen committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    adec09d View commit details
    Browse the repository at this point in the history