Fix switching between HTML blocks
[MAILPOET-2754]
This commit is contained in:
committed by
Veljko V
parent
5c20c11ac9
commit
4ec53d2d52
@@ -64,7 +64,7 @@ const CustomHtmlEdit = ({ attributes, setAttributes }) => {
|
||||
return (
|
||||
<ParagraphEdit>
|
||||
{inspectorControls}
|
||||
<div>
|
||||
<div className="mailpoet-html-block-editor-content-wrapper">
|
||||
<SandBox html={renderedContent} styles={styles} key={key} />
|
||||
</div>
|
||||
</ParagraphEdit>
|
||||
|
Reference in New Issue
Block a user