|
@@ -386,8 +386,6 @@
|
|
|
|
|
|
value = serializeEditorContent(newState.doc); // Convert ProseMirror content to markdown text
|
|
value = serializeEditorContent(newState.doc); // Convert ProseMirror content to markdown text
|
|
eventDispatch('input', { value });
|
|
eventDispatch('input', { value });
|
|
-
|
|
|
|
- console.log('Editor content:', value);
|
|
|
|
},
|
|
},
|
|
handleDOMEvents: {
|
|
handleDOMEvents: {
|
|
focus: (view, event) => {
|
|
focus: (view, event) => {
|