Remove unused code
This commit is contained in:
parent
a1353d20b3
commit
8b0bf50ed4
1 changed files with 0 additions and 7 deletions
|
@ -291,13 +291,6 @@ const RichTextEditor: React.FC<RichTextEditorProps> = props => {
|
|||
source: LinkSource,
|
||||
type: ENTITY_TYPE.LINK
|
||||
}
|
||||
// {
|
||||
// attributes: ["href"],
|
||||
// decorator: ImageEntity,
|
||||
// icon: <ImageIcon />,
|
||||
// source: ImageSource,
|
||||
// type: ENTITY_TYPE.IMAGE
|
||||
// }
|
||||
]}
|
||||
/>
|
||||
</ErrorBoundary>
|
||||
|
|
Loading…
Reference in a new issue