diff --git a/blocks/library/html/index.js b/blocks/library/html/index.js index aaee705981bac..86145271c7051 100644 --- a/blocks/library/html/index.js +++ b/blocks/library/html/index.js @@ -8,6 +8,7 @@ import TextareaAutosize from 'react-autosize-textarea'; */ import { __ } from 'i18n'; import { Component } from 'element'; +import { SandBox } from 'components'; /** * Internal dependencies @@ -95,7 +96,7 @@ registerBlockType( 'core/html', { } { preview - ?
+ ? : setAttributes( { content: event.target.value } ) }