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

Improvements to how blocks with a 'disabled' editing mode behave #51148

Merged
merged 2 commits into from
Jun 2, 2023

Commits on Jun 1, 2023

  1. Improvements to how blocks with a 'disabled' editing mode behave

    - Prevent DefaultAppender from appearing in a disabled block.
    - Disable selection (using user-select: none) in disabled blocks.
    - Prevent blocks from being inserted into a disabled block via global inserter.
    - Prevent disabled blocks from being removed via keyboard shortcut.
    - Prevent disabled blocks from being moved via List View drag and drop.
    - Prevent block overlay from appearing on a disabled block.
    noisysocks committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    ee6eeb7 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    01f3e29 View commit details
    Browse the repository at this point in the history