diff --git a/blocks/library/code/index.js b/blocks/library/code/index.js index d77b1448700be0..12129673e163bd 100644 --- a/blocks/library/code/index.js +++ b/blocks/library/code/index.js @@ -25,7 +25,7 @@ registerBlock( 'core/code', { edit( { attributes, setAttributes, setFocus } ) { return ( setAttributes( { content: event.target.value } ) } />