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: Native inner blocks merge where appropriate #45048

Merged
merged 3 commits into from
Oct 19, 2022

Commits on Oct 17, 2022

  1. fix: Native inner blocks merge where appropriate

    An error was thrown when attempting to merge inner blocks via pressing
    the backward delete key. This applies the remainder of a recent web
    refactor to avoid errors and crashes.
    
    The spirit of the web refactor was to improve the experience when
    interacting with List V2 blocks.
    dcalhoun committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    999d038 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. test: Add List block merge test

    - List blocks merge into other list blocks.
    - List blocks unwrap list items when merging into non-list blocks.
    dcalhoun committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    e9e4526 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03333aa View commit details
    Browse the repository at this point in the history