From cf239370df22adc4af791a2daa99a387ca3e9e03 Mon Sep 17 00:00:00 2001 From: Thomas Tracy Date: Wed, 9 Mar 2022 16:56:43 -0500 Subject: [PATCH] Revert "fix: [Microba-1741] Fix email image upload (#25)" (#26) This reverts commit 08499922c36afee9e5f26e387a98fc838b1fee32. --- src/components/bulk-email-tool/text-editor/TextEditor.jsx | 1 - 1 file changed, 1 deletion(-) 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}