From 8b0bf50ed481ba2e521507167dd6cc2dbfe7db90 Mon Sep 17 00:00:00 2001 From: dominik-zeglen Date: Wed, 19 Feb 2020 14:54:09 +0100 Subject: [PATCH] Remove unused code --- src/components/RichTextEditor/RichTextEditor.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/components/RichTextEditor/RichTextEditor.tsx b/src/components/RichTextEditor/RichTextEditor.tsx index 1c6675ba5..463a9ad40 100644 --- a/src/components/RichTextEditor/RichTextEditor.tsx +++ b/src/components/RichTextEditor/RichTextEditor.tsx @@ -291,13 +291,6 @@ const RichTextEditor: React.FC = props => { source: LinkSource, type: ENTITY_TYPE.LINK } - // { - // attributes: ["href"], - // decorator: ImageEntity, - // icon: , - // source: ImageSource, - // type: ENTITY_TYPE.IMAGE - // } ]} />