feat: add image handling capabilities to rich text editor with drag-and-drop support, resizing, and markdown integration
This commit is contained in:
@@ -35,6 +35,7 @@ const theme: EditorThemeClasses = {
|
||||
tableCell: 'editor-table-cell',
|
||||
tableCellHeader: 'editor-table-cell-header',
|
||||
hr: 'editor-hr',
|
||||
image: 'editor-image',
|
||||
};
|
||||
|
||||
export default theme;
|
||||
|
||||
Reference in New Issue
Block a user