Timothy J. Baek il y a 6 mois
Parent
commit
0a765744b8
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      src/lib/components/common/RichTextInput.svelte

+ 0 - 2
src/lib/components/common/RichTextInput.svelte

@@ -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) => {