This commit is contained in:
Timothy J. Baek 2024-10-22 18:12:08 -07:00
parent 00e9362c2c
commit 0a765744b8

View File

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