diff --git a/packages/block-library/src/block/edit.js b/packages/block-library/src/block/edit.js index c8290e5e30090..93a4c61324d94 100644 --- a/packages/block-library/src/block/edit.js +++ b/packages/block-library/src/block/edit.js @@ -129,6 +129,8 @@ function getOverridesFromBlocks( blocks, defaultValues ) { if ( block.attributes[ attributeKey ] !== defaultValues[ blockId ] ) { + // This line doesn't seem to add the multiple overrides properly. + // Is this expected behavior for now? overrides[ blockId ] = block.attributes[ attributeKey ]; } }