diff --git a/src/components/bulk-email-tool/text-editor/TextEditor.jsx b/src/components/bulk-email-tool/text-editor/TextEditor.jsx index 18ee161..e5b1d21 100644 --- a/src/components/bulk-email-tool/text-editor/TextEditor.jsx +++ b/src/components/bulk-email-tool/text-editor/TextEditor.jsx @@ -39,7 +39,6 @@ export default function TextEditor(props) { content_style: `${contentUiCss.toString()}\n${contentCss.toString()}`, extended_valid_elements: 'span[lang|id] -span', block_unsupported_drop: false, - paste_data_images: true, }} onChange={onChange} onKeyUp={onKeyUp}