Remove unused code

This commit is contained in:
dominik-zeglen 2020-02-19 14:54:09 +01:00
parent a1353d20b3
commit 8b0bf50ed4

View file

@ -291,13 +291,6 @@ const RichTextEditor: React.FC<RichTextEditorProps> = props => {
source: LinkSource, source: LinkSource,
type: ENTITY_TYPE.LINK type: ENTITY_TYPE.LINK
} }
// {
// attributes: ["href"],
// decorator: ImageEntity,
// icon: <ImageIcon />,
// source: ImageSource,
// type: ENTITY_TYPE.IMAGE
// }
]} ]}
/> />
</ErrorBoundary> </ErrorBoundary>