Timothy J. Baek 6 ay önce
ebeveyn
işleme
0a765744b8

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

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