free agents
This commit is contained in:
@@ -14,6 +14,7 @@ export function RichTextEditor({
|
||||
const editor = useEditor({
|
||||
extensions: [StarterKit],
|
||||
content: value,
|
||||
immediatelyRender: false,
|
||||
onUpdate: ({ editor }) => {
|
||||
onChange(editor.getHTML());
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user