Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Pullquote: fix transform to quote crash
  • Loading branch information
ellatrix committed Sep 21, 2022
commit 3f17d87957b0e4ba51f4bd29b6c61da20c52fa34
2 changes: 1 addition & 1 deletion packages/block-library/src/quote/transforms.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const transforms = {
fontSize,
style,
},
createBlock( 'core/paragraph', { content: value } )
[ createBlock( 'core/paragraph', { content: value } ) ]
);
},
},
Expand Down