We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbcdd25 commit 9e2dc3cCopy full SHA for 9e2dc3c
packages/block-library/src/post-content/edit.js
@@ -67,7 +67,7 @@ function EditableContent( { context = {} } ) {
67
const props = useInnerBlocksProps(
68
useBlockProps( { className: 'entry-content' } ),
69
{
70
- value: blocks,
+ value: hasInnerBlocks ? blocks : undefined,
71
onInput,
72
onChange,
73
template: ! hasInnerBlocks ? initialInnerBlocks : undefined,
0 commit comments