tomusborne / generateblocks

GenerateBlocks is a small collection of lightweight WordPress blocks that can accomplish nearly anything.
https://generateblocks.com
194 stars 19 forks source link

Lock Container > Apply to all blocks inside feature doesn't lock all blocks, only locks the first level child blocks #1092

Open ScarlettYing opened 1 year ago

ScarlettYing commented 1 year ago

Description

Lock Container > Apply to all blocks inside feature doesn't lock all blocks, only locks the first level child blocks While the WP core group locks every block inside the group.

Steps to reproduce

  1. Create a container block with more than 1 level of nested blocks. eg:
    • container -- container --- headline

Expected behavior

All 3 blocks should be locked.

Actual behavior

Only 2 container blocks are locked.

References:

...