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 Synced Patterns non-overridden content being editable in write mode #66949

Closed

Commits on Nov 13, 2024

  1. Add higher order reducer for pattern block editing modes.

    - Remove the prev. React effect for managing pattern block editing modes
    - Implement higher order reducer in the block editor store ... it:
        - Tracks the clientIds of pattern blocks.
        - Uses the pattern block clientIds to manage block editing modes
          for pattern blocks and their inner blocks.
        - Updates both on any actions that change block lists.
    talldan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4c7653a View commit details
    Browse the repository at this point in the history